SDK Apps > Invites

Get App Invite

get
/sdk/apps/invites/{SDK_appInviteToken}
chevron-right
lockRequired scopes
This endpoint requires the following scopes:
Authorizations
AuthorizationstringRequired

Authorize the API call with your API token in the Authorization header with the value: Token your-api-token.

If you don't have an API token yet, please refer to the "Authentication" section to learn how to create one.

Path parameters
SDK_appInviteTokenstringRequired
Responses
chevron-right
200

Successful response

application/json
get
/sdk/apps/invites/{SDK_appInviteToken}
200

Successful response

Accept App Invite

post
/sdk/apps/invites/{SDK_appInviteToken}
chevron-right
lockRequired scopes
This endpoint requires the following scopes:
Authorizations
AuthorizationstringRequired

Authorize the API call with your API token in the Authorization header with the value: Token your-api-token.

If you don't have an API token yet, please refer to the "Authentication" section to learn how to create one.

Path parameters
SDK_appInviteTokenstringRequired
Body
organizationIdsinteger[]Optional
Responses
chevron-right
200

Successful response

application/json
post
/sdk/apps/invites/{SDK_appInviteToken}
200

Successful response

Last updated