Skip to main content
POST
Create a reusable invite link

Authorizations

Authorization
string
header
required

API key as Authorization: Bearer sk-social-...

Body

application/json
groupIds
string[]
Example:
maxUses
integer | null

Maximum number of times the link can be used; null for unlimited.

Example:

null

expiresAt
string<date-time> | null

ISO 8601 expiry datetime; null for no expiry.

Example:

null

Response

Success

success
boolean
required
Example:

true

data
object
required