InvitesActivate

Activate an invite by token

POST
/Invites/activate
AuthorizationBearer <token>

JWT Authorization header using Bearer scheme

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

token?string

Response Body

curl -X POST "https://api.speaknode.com/api/Invites/activate" \  -H "Content-Type: application/json" \  -d '{}'
Empty