Endpoint
Headers
| Header | Value |
|---|---|
Accept | application/json |
Authorization | Bearer {API_TOKEN} |
Response
Returns the groups in your account.Success Response
Contacts endpoints returnstatus: "success" when the operation completes.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
GET /api/v1/groups - Retrieve contact groups in your account.
GET https://app.sling.com.ng/api/v1/groups
| Header | Value |
|---|---|
Accept | application/json |
Authorization | Bearer {API_TOKEN} |
status: "success" when the operation completes.
{
"status": "success",
"groups": [
{
"id": 42,
"name": "Lagos Customers",
"identifier": "lagos-customers",
"description": "Customers based in Lagos",
"contacts_count": 5
}
]
}
