Skip to main content
POST
/
api
/
orgs
/
{id}
/
invitations
/
{invitationId}
/
resend
Resend invitation
curl --request POST \
  --url https://atollhq.com/api/orgs/{id}/invitations/{invitationId}/resend \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

id identifier

invitationId
string
required

invitationId identifier

Response

Successful response

The response is of type object.