cURL
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..." } ] }
Returns all invites (active and used/expired) for a brand, ordered by created_at DESC.
Prefix your API key with "Bearer ". Example: Authorization: Bearer sapi_key_...
Authorization: Bearer sapi_key_...
Brand ID
List of invites
1
Show child attributes