v1

latestOpenAPI 3.1.02026-07-24700259.3 KB
SUBACCOUNTS

Resend subaccount invitation

In the event that a subaccount didn't receive the invite you can resend it

post/subaccount/reinvite

Request body

emailstring required

The email address of the subaccount you want to resend the invitation email to

Response

Invitation sent

request_idstring required

Example response

{
  "request_id": "0ef3f48a-2cfb-11eb-aee9-408d5cce2644",
  "data": {
    "id": "NDU5OTgw",
    "email": "test@example.com",
    "name": "Test Person"
  }
}