Skip to main content
POST
Create a creator invite link

Authorizations

Authorization
string
header
required

OAuth 2.1 authorization code + PKCE (S256). Tokens are tenant-bound (company_id) and scoped. Discover endpoints via /.well-known/oauth-authorization-server.

Body

application/json

Body for creating a creator invite link. The tenant company is taken from the OAuth token, never from the body.

expiresInDays
number | null
default:14

Days until the link expires. Omit to default to 14 days. null or 0 means the link never expires; the server clamps positive values to the 1-90 day range when computing the expiry timestamp.

Required range: x >= 0
maxUses
integer | null

Maximum number of times the link can be used. null or 0 means unlimited uses. Must be a non-negative integer.

Required range: x >= 0

Response

Creator invite link created.

data
object
required

A creator invite for the token tenant's company.