Skip to main content
GET
/
invites
List invites for a brand
curl --request GET \
  --url https://api.social-api.ai/v1/invites \
  --header 'Authorization: <api-key>'
{
  "count": 1,
  "data": [
    {
      "created_at": "2026-03-27T12:00:00Z",
      "expires_at": "2026-04-03T12:00:00Z",
      "id": "inv_01HZ9X3Q4R5M6N7P8V2K0W1J",
      "is_active": true,
      "platform": "facebook",
      "token": "a55755cf...",
      "url": "https://api.social-api.ai/invite/a55755cf..."
    }
  ]
}

Authorizations

Authorization
string
header
required

Prefix your API key with "Bearer ". Example: Authorization: Bearer sapi_key_...

Query Parameters

brand_id
string
required

Brand ID

Response

List of invites

count
integer
Example:

1

data
object[]