Skip to main content
POST
/
organizations
/
admin-invites
Verify an invite
curl --request POST \
  --url https://api.pcxpay.com/v1/organizations/admin-invites \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "invite_id": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

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

Body

application/json
invite_id
string
required

Response

Invite verified

The response is of type object.