Skip to main content
GET
Get Invite Code Status

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

code
string
required

Invite code to check

Example:

"ABC123"

pid
string
required

Campaign/Project ID associated with the invite code

Example:

"campaign_001"

Response

Invite code information retrieved successfully.

success
boolean
required
Example:

true

data
object
required