Skip to main content

Endpoint

GET https://app.sling.com.ng/api/v1/groups

Headers

HeaderValue
Acceptapplication/json
AuthorizationBearer {API_TOKEN}

Response

Returns the groups in your account.

Success Response

Contacts endpoints return 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
    }
  ]
}