Skip to main content
POST
Use Invite Code

Authorizations

Authorization
string
header
required

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

Body

application/json
code
string
required

The invite code to use

Example:

"ABC123"

pid
string
required

Campaign/Project ID associated with the invite code

Example:

"campaign_001"

used_by
string
required

Ethereum wallet address of the user using the invite code

Example:

"0x1234567890abcdef1234567890abcdef12345678"

Response

Invite code successfully assigned to user.

success
boolean
required
Example:

true

data
object
required
Example: