স্বাক্ষর
GET https://lifterbrand.com/api/signatures/
curl --request GET \
--url 'https://lifterbrand.com/api/signatures/' \
--header 'Authorization: Bearer {api_key}' \
--url 'https://lifterbrand.com/api/signatures/' \
--header 'Authorization: Bearer {api_key}' \
প্যারামিটার | বিবরণ | বিবরণ |
---|---|---|
page | ঐচ্ছিক পূর্ণসংখ্যা | পৃষ্ঠা নম্বর যেটা আপনি ফলাফল চান। ডিফল্ট হিসাবে ১ প্রস্তুত করা হয়েছে। |
results_per_page | ঐচ্ছিক পূর্ণসংখ্যা | প্রতি পৃষ্ঠায় আপনি কতগুলি ফলাফল চান। অনুমোদিত মানগুলি হল: 10 , 25 , 50 , 100 , 250 , 500 । ডিফল্ট হিসাবে 25 প্রস্তুত করা হয়েছে। |
{
"data": [
{
"id": 1,
"project_id": 0,
"name": "Jane Doe",
"template": "mars",
"settings": {
"direction": "ltr",
"is_removed_branding": true,
"image_url": "",
"sign_off": "Regards,",
"full_name": "Jane Doe",
"job_title": "CEO",
"department": "Head of department",
"company": "Example Company LTD",
"email": "hello@micu.com",
"website_url": "https:\/\/micupharma.com\/",
"address": "Example Street, nr. 18",
"address_url": "",
"phone_number": "",
"whatsapp": "",
"facebook_messenger": "",
"telegram": "",
"disclaimer": "",
"font_family": "arial",
"font_size": 14,
"width": 500,
"image_width": 50,
"socials_width": 20,
"socials_padding": 10,
"separator_size": 0,
"theme_color": "#000000",
"full_name_color": "#000000",
"text_color": "#000000",
"link_color": "#000000",
"facebook": "micu",
"twitter": "micu",
"instagram": "micu",
"youtube": "micu",
"tiktok": "",
"spotify": "",
"pinterest": "",
"linkedin": "",
"snapchat": "",
"twitch": "",
"discord": "",
"github": "",
"reddit": ""
},
"last_datetime": "2023-01-22 15:49:06",
"datetime": "2023-01-17 20:38:51"
}
],
"meta": {
"page": 1,
"results_per_page": 25,
"total": 1,
"total_pages": 1
},
"links": {
"first": "https://lifterbrand.com/api/signatures?&page=1",
"last": "https://lifterbrand.com/api/signatures?&page=1",
"next": null,
"prev": null,
"self": "https://lifterbrand.com/api/signatures?&page=1"
}
}
GET https://lifterbrand.com/api/signatures/{signature_id}
curl --request GET \
--url 'https://lifterbrand.com/api/signatures/{signature_id}' \
--header 'Authorization: Bearer {api_key}' \
--url 'https://lifterbrand.com/api/signatures/{signature_id}' \
--header 'Authorization: Bearer {api_key}' \
{
"data": {
"id": 1,
"project_id": 0,
"name": "Jane Doe",
"template": "mars",
"settings": {
"direction": "ltr",
"is_removed_branding": true,
"image_url": "",
"sign_off": "Regards,",
"full_name": "Jane Doe",
"job_title": "CEO",
"department": "Head of department",
"company": "Example Company LTD",
"email": "hello@micu.com",
"website_url": "https:\/\/micupharma.com\/",
"address": "Example Street, nr. 18",
"address_url": "",
"phone_number": "",
"whatsapp": "",
"facebook_messenger": "",
"telegram": "",
"disclaimer": "",
"font_family": "arial",
"font_size": 14,
"width": 500,
"image_width": 50,
"socials_width": 20,
"socials_padding": 10,
"separator_size": 0,
"theme_color": "#000000",
"full_name_color": "#000000",
"text_color": "#000000",
"link_color": "#000000",
"facebook": "micu",
"twitter": "micu",
"instagram": "micu",
"youtube": "micu",
"tiktok": "",
"spotify": "",
"pinterest": "",
"linkedin": "",
"snapchat": "",
"twitch": "",
"discord": "",
"github": "",
"reddit": ""
},
"last_datetime": "2023-01-22 15:49:06",
"datetime": "2023-01-17 20:38:51"
}
}
DELETE https://lifterbrand.com/api/signatures/{signature_id}
curl --request DELETE \
--url 'https://lifterbrand.com/api/signatures/{signature_id}' \
--header 'Authorization: Bearer {api_key}' \
--url 'https://lifterbrand.com/api/signatures/{signature_id}' \
--header 'Authorization: Bearer {api_key}' \