Skip to content

Accept an invite by token (must match your email)

POST
/api/v1/invites/accept
curl --request POST \
--url https://example.com/api/v1/invites/accept \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "token": "example" }'
Media typeapplication/json
object
token
required
string
>= 16 characters
Examplegenerated
{
"token": "example"
}