cURL
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>" } '
{}
No auth required.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Invite verified
The response is of type object.
object