Skip to main content

Endpoint

POST https://app.sling.com.ng/api/v1/create-group

Headers

HeaderValue
Acceptapplication/json
AuthorizationBearer {API_TOKEN}
Content-Typeapplication/json

Body parameters

name
string
required
Group name.
identifier
string
A unique identifier for the group.
description
string
A short description of the group.

Response

Success Response

Contacts endpoints return status: "success" when the operation completes.
{
  "status": "success",
  "group_id": 42
}