{"info":{"_postman_id":"059d3253-4297-4366-bd53-174571b6b75d","name":"Sling API Collection","description":"<html><head></head><body><p>Sling API base URL : <a href=\"https://app.sling.com.ng/api/v1/\">https://app.sling.com.ng/api/v1/</a></p>\n<p>Token is gotten from the dashboard. Click here to access <a href=\"https://app.sling.com.ng/panel/api\">https://app.sling.com.ng/panel/api</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"16325834","collectionId":"059d3253-4297-4366-bd53-174571b6b75d","publishedId":"2sB2iwFEzA","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-04-21T14:05:10.000Z"},"item":[{"name":"RCS","item":[{"name":"Check RCS Capability","id":"beb591a5-3ec1-4489-b9ed-7354315bb018","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{sling_token}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"{{sling_base_url}}/api/v1/rcs/check-capability/07033776357","urlObject":{"path":["api","v1","rcs","check-capability","07033776357"],"host":["{{sling_base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"beb591a5-3ec1-4489-b9ed-7354315bb018"},{"name":"Send Simple RCS Message","id":"ec6fa145-57db-438e-bdc0-0702751df811","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{sling_token}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"sender\":\"NYOI OTP\",\n    \"to\":\"+234706698821111\",\n    \"message\":\"Hello RCS 331 dd\",\n    \"type\":\"otp\",\n    \"template_type\":\"text\",\n    \"fallback_sms\":false\n}","options":{"raw":{"language":"json"}}},"url":"{{sling_base_url}}/api/v1/send-rcs","urlObject":{"path":["api","v1","send-rcs"],"host":["{{sling_base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ec6fa145-57db-438e-bdc0-0702751df811"},{"name":"Send Simple RCS Message with Reply Suggesstions","id":"60a5b2cf-0ff7-436c-a946-d02f2c0a26a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{sling_token}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"sender\":\"RCS\",\n    \"to\":\"08140363545\",\n    \"message\":\"Hello RCS\",\n    \"type\":\"transactional\",\n    \"template_type\":\"text\",\n    \"fallback_sms\":true,\n    \"suggestions\" : [\n        {\n        \"type\" : \"reply\",\n        \"text\" : \"How are you\",\n        \"postback\" : \"How are you\"\n        },\n        {\n        \"type\" : \"reply\",\n        \"text\" : \"Leave me\",\n        \"postback\" : \"Leave me\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{sling_base_url}}/api/v1/send-rcs","urlObject":{"path":["api","v1","send-rcs"],"host":["{{sling_base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"60a5b2cf-0ff7-436c-a946-d02f2c0a26a6"},{"name":"Send Card RCS Message","id":"852cd70c-ae76-4926-b454-a330cd983c07","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{sling_token}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"sender\":\"RCS\",\n    \"to\":\"08140363545\",\n    \"type\":\"transactional\",\n    \"template_type\":\"standalone\",\n    \"fallback_sms\":true,\n    \"standalone\" : {\n        \"title\": \"Card Title\",\n        \"description\": \"Card Description\",\n        \"image\": \"https://sling.com.ng/assets/sling.png\",\n        \"orientation\": \"VERTICAL\",//VERTICAL or HORIZONTAL\n        \"alignment\": \"LEFT\" //LEFT or RIGHT only if HORIZONTAL orientation\n  }\n}","options":{"raw":{"language":"json"}}},"url":"{{sling_base_url}}/api/v1/send-rcs","urlObject":{"path":["api","v1","send-rcs"],"host":["{{sling_base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"852cd70c-ae76-4926-b454-a330cd983c07"},{"name":"Send Card RCS Message with Suggestions","id":"521abc7e-a095-4038-84ed-b8263051eddd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{sling_token}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"sender\":\"RCS\",\n    \"to\":\"09033776357\",\n    \"type\":\"transactional\",\n    \"template_type\":\"standalone\",\n    \"fallback_sms\":true,\n    \"standalone\" : {\n        \"title\": \"Card Title\",\n        \"description\": \"Card Description\",\n        \"image\": \"https://sling.com.ng/assets/sling.png\",\n        \"orientation\": \"VERTICAL\",//VERTICAL or HORIZONTAL\n        \"alignment\": \"LEFT\" //LEFT or RIGHT only if HORIZONTAL orientation\n  },\n  \"suggestions\" : [\n        {\n        \"type\" : \"reply\",\n        \"text\" : \"How are you\",\n        \"postback\" : \"How are you\"\n        },\n        {\n        \"type\" : \"reply\",\n        \"text\" : \"Leave me\",\n        \"postback\" : \"Leave me\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{sling_base_url}}/api/v1/send-rcs","urlObject":{"path":["api","v1","send-rcs"],"host":["{{sling_base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"521abc7e-a095-4038-84ed-b8263051eddd"},{"name":"Send Carousel RCS Message","id":"959a9fae-9b09-40d1-a022-0a76ef148766","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{sling_token}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"sender\":\"RCS\",\n    \"to\":\"08140363545\",\n    \"message\":\"Hello RCS\",\n    \"type\":\"transactional\",\n    \"template_type\":\"carousel\",\n    \"fallback_sms\":true,\n    \"carousel\" :[\n            {\n            \"title\": \"Card 1\",\n            \"description\": \"Card 1 desc\",\n            \"image\": \"https://app.sling.com.ng/assets/sling.png\"\n            },\n            {\n            \"title\": \"Card 1\",\n            \"description\": \"Card 1 desc\",\n            \"image\": \"https://app.sling.com.ng/assets/sling.png\"\n            }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{sling_base_url}}/api/v1/send-rcs","urlObject":{"path":["api","v1","send-rcs"],"host":["{{sling_base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"959a9fae-9b09-40d1-a022-0a76ef148766"},{"name":"Send Carousel RCS Message with Suggestions","id":"c26f7c8d-4aae-487e-9def-9566b3e1184b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{sling_token}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"sender\":\"RCS\",\n    \"to\":\"08140363545\",\n    \"message\":\"Hello RCS\",\n    \"type\":\"transactional\",\n    \"template_type\":\"carousel\",\n    \"fallback_sms\":true,\n    \"carousel\" :[\n            {\n            \"title\": \"Card 1\",\n            \"description\": \"Card 1 desc\",\n            \"image\": \"https://app.sling.com.ng/assets/sling.png\"\n            },\n            {\n            \"title\": \"Card 1\",\n            \"description\": \"Card 1 desc\",\n            \"image\": \"https://app.sling.com.ng/assets/sling.png\"\n            }\n    ],\n  \"suggestions\" : [\n        {\n        \"type\" : \"reply\",\n        \"text\" : \"How are you\",\n        \"postback\" : \"How are you\"\n        },\n        {\n        \"type\" : \"reply\",\n        \"text\" : \"Leave me\",\n        \"postback\" : \"Leave me\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{sling_base_url}}/api/v1/send-rcs","urlObject":{"path":["api","v1","send-rcs"],"host":["{{sling_base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c26f7c8d-4aae-487e-9def-9566b3e1184b"}],"id":"bc52c40d-ce53-4e93-9c87-6712d2a06e64","_postman_id":"bc52c40d-ce53-4e93-9c87-6712d2a06e64","description":""},{"name":"Whatsapp","item":[],"id":"3c49c718-ba40-44a6-a081-7721db595e55","_postman_id":"3c49c718-ba40-44a6-a081-7721db595e55","description":""},{"name":"v2","item":[{"name":"Send","id":"dc91f398-06c8-4a7d-960c-5c28635a55b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{sling_token}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"channel","value":"sms","description":"<p>sms,rcs,truecaller,email,whatsapp</p>\n","type":"text","uuid":"4c578b22-ccdf-48e1-af6b-485d2b53ae15"},{"key":"sender","value":"Agroye","type":"text","description":"<p>id of sender or sender itself</p>\n"},{"key":"message","value":"Your AAA OTP is 399666","type":"text"},{"key":"to","value":"2349031110000","type":"text"},{"key":"type","value":"transactional","description":"<p>otp or promotional or transactional</p>\n","type":"text","uuid":"85c06d16-cf65-425b-a629-f955e75b2673"},{"key":"callback","value":"https://callback.io","description":"<p>POST ENDPOINT Webhook</p>\n","type":"text","uuid":"442f409d-022f-42cf-bbe7-9b5cb645b4b1"}]},"url":"{{sling_base_url}}/api/v2/send","urlObject":{"path":["api","v2","send"],"host":["{{sling_base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"dc91f398-06c8-4a7d-960c-5c28635a55b7"},{"name":"phone-number-check","id":"b8d03bc9-5785-4182-9f25-dd57f06f6464","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{sling_token}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"number","value":"09033776357","type":"text","uuid":"289ced0e-1f9d-47c5-934b-a1340635de9a"}]},"url":"{{sling_base_url}}/api/v2/phone-number-check","urlObject":{"path":["api","v2","phone-number-check"],"host":["{{sling_base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b8d03bc9-5785-4182-9f25-dd57f06f6464"}],"id":"edfa4fa2-56a1-4935-8095-1528c3237785","_postman_id":"edfa4fa2-56a1-4935-8095-1528c3237785","description":""},{"name":"Send SMS","id":"dcc10fcc-b2a4-42f2-b749-748d28e96779","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{sling_token}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"message","value":"Your AAA OTP is 399666","type":"text"},{"key":"sender","value":"AAA","type":"text"},{"key":"to","value":"2349031110000","type":"text"},{"key":"type","value":"transactional","description":"<p>otp or promotional or transactional</p>\n","type":"text","uuid":"85c06d16-cf65-425b-a629-f955e75b2673"},{"key":"callback","value":"https://callback.io","description":"<p>POST ENDPOINT Webhook</p>\n","type":"text","uuid":"442f409d-022f-42cf-bbe7-9b5cb645b4b1"}]},"url":"{{sling_base_url}}/api/v1/send-sms","urlObject":{"path":["api","v1","send-sms"],"host":["{{sling_base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"dcc10fcc-b2a4-42f2-b749-748d28e96779"},{"name":"Send Truecaller","id":"cf17f63c-ee9d-419a-aa6f-4c8f57e00dc8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{sling_token}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"message","value":"Your 399666 is 1qqqq","type":"text"},{"key":"sender","value":"A2PSMS","type":"text"},{"key":"to","value":"+2349131224236","type":"text"},{"key":"type","value":"transactional","description":"<p>otp or promotional or transactional</p>\n","type":"text","uuid":"85c06d16-cf65-425b-a629-f955e75b2673"},{"key":"callback","value":"https://webhook.site/fe94d9bd-35f5-498c-953c-27edb68a53f5","description":"<p>POST ENDPOINT Webhook</p>\n","type":"text","uuid":"ef3edb04-0145-4b3c-b832-cd07c65eefd2"},{"key":"instant","value":"true","type":"text","uuid":"08bd27ea-d22d-493c-9cc4-812219ce3a3d"}]},"url":"{{sling_base_url}}/api/v1/send-truecaller","urlObject":{"path":["api","v1","send-truecaller"],"host":["{{sling_base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"cf17f63c-ee9d-419a-aa6f-4c8f57e00dc8"},{"name":"Check Balance","id":"8ab8c211-3015-49e0-8cbd-53febd43c2ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{sling_token}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"{{sling_base_url}}/api/v1/balance","urlObject":{"path":["api","v1","balance"],"host":["{{sling_base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8ab8c211-3015-49e0-8cbd-53febd43c2ee"},{"name":"Get Status","id":"0abc54fb-15bb-4720-8e7a-0f36801df009","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{sling_token}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"{{sling_base_url}}/api/v1/status/{{message_id}}","urlObject":{"path":["api","v1","status","{{message_id}}"],"host":["{{sling_base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0abc54fb-15bb-4720-8e7a-0f36801df009"},{"name":"Get Groups","id":"dedfb873-fcc8-4c67-88df-d3a307e9b98b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{sling_token}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"{{sling_base_url}}/api/v1/groups","urlObject":{"path":["api","v1","groups"],"host":["{{sling_base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"dedfb873-fcc8-4c67-88df-d3a307e9b98b"},{"name":"Get Groups Contacts","id":"72fb1d02-569f-4136-b00d-c420689dcb80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{sling_token}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[]},"url":"{{sling_base_url}}/api/v1/group-contacts/1","urlObject":{"path":["api","v1","group-contacts","1"],"host":["{{sling_base_url}}"],"query":[{"disabled":true,"description":{"content":"<p>optional</p>\n","type":"text/plain"},"key":"perPage","value":"20"}],"variable":[]}},"response":[],"_postman_id":"72fb1d02-569f-4136-b00d-c420689dcb80"},{"name":"Create Contact Group","id":"baa27277-58e2-4247-9421-6787be0330a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{sling_token}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"group_name","value":"Agroye Event - How Small-Scale Farmers and Agripreneurs can Leverage Mechanization for Profit","type":"text","uuid":"f9aa3912-8219-4872-818e-429a774bc4f7"}]},"url":"{{sling_base_url}}/api/v1/create-group","urlObject":{"path":["api","v1","create-group"],"host":["{{sling_base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"baa27277-58e2-4247-9421-6787be0330a7"},{"name":"Add Single Contact","id":"0521523d-ea7c-4aa9-b6c0-f4620df022ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{sling_token}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"group","value":"13","type":"text","description":"<p>group id</p>\n","disabled":true},{"key":"name","value":"HIIIII","type":"text","uuid":"124df474-c015-404f-b2b6-eb3f8042b391"},{"key":"email","value":"HII@gm.d","type":"text","uuid":"d98b8e61-1eac-43de-a2a5-f4a71e81c677"},{"key":"phone","value":"0903344","type":"text","uuid":"b6e8f9ae-834f-4023-bfb4-efc7f433b118"}]},"url":"{{sling_base_url}}/api/v1/add-contact","urlObject":{"path":["api","v1","add-contact"],"host":["{{sling_base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0521523d-ea7c-4aa9-b6c0-f4620df022ab"},{"name":"Add Multiple Contacts","id":"3a01abc2-10ad-4ac7-b98b-ace7cb04c362","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{sling_token}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"[\n    {\n      \"name\": \"John Doe\",\n      \"email\": \"john@example.com\",\n      \"phone\": \"1234567890\"\n    },\n    {\n      \"name\": \"Jane Smith\",\n      \"email\": \"jane@example.com\",\n      \"phone\": \"0987654321\"\n    }\n  ]","options":{"raw":{"language":"json"}}},"url":"{{sling_base_url}}/api/v1/add-contacts?group=9","urlObject":{"path":["api","v1","add-contacts"],"host":["{{sling_base_url}}"],"query":[{"key":"group","value":"9"}],"variable":[]}},"response":[],"_postman_id":"3a01abc2-10ad-4ac7-b98b-ace7cb04c362"},{"name":"Update Contact","id":"8e916bc2-5942-4ffd-a8d9-082738f38dae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{sling_token}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"New","type":"text","uuid":"0c7c3e40-5fb1-4b22-ab32-5b6bc8827d5c"},{"key":"email","value":"new@n.c22222","type":"text","uuid":"0e340d53-0449-4808-af76-639cdc56e0b4"},{"key":"phone","value":"11111","type":"text","uuid":"5e45f371-59e5-4847-91f9-6b44fa9229d9"}]},"url":"{{sling_base_url}}/api/v1/update-contact/15","urlObject":{"path":["api","v1","update-contact","15"],"host":["{{sling_base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8e916bc2-5942-4ffd-a8d9-082738f38dae"}]}