Skip to main content

Endpoint

GET https://app.sling.com.ng/api/v1/group/{id}

Headers

HeaderValue
Acceptapplication/json
AuthorizationBearer {API_TOKEN}

Path parameters

id
string
required
Group ID or group identifier.

Response

Returns details for the requested group.

Success Response

Contacts endpoints return status: "success" when the operation completes.
{
  "status": "success",
  "details": "Group fetched",
  "data": {
    "id": 1,
    "name": "Sling",
    "identifier": null,
    "description": null,
    "contacts_count": 68,
    "created_at": "2025-04-17T05:45:53.000000Z",
    "updated_at": "2025-04-17T23:11:56.000000Z"
  }
}