Tenant Invitations Get Invitations
GET {{baseUrl}}/tenants/self/invitations?status=PENDING&page=<integer>&start=<string>&size=<integer>
Body
PARAM
Key | Datatype | Required | Description |
status
|
string | ||
page
|
string | ||
start
|
string | ||
size
|
string |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"pagination": {
"total_items": "<integer>",
"page_number": "<integer>",
"page_size": "<integer>",
"total_pages": "<integer>",
"after": "<string>",
"next": "<string>"
},
"data": [
{
"id": "70f5Fa8c-0EfC-D86B-aE91-b6E47a9CBbCF",
"tenant_id": "3EbB0E38-ED86-463E-50C3-DdB84aD7BDad",
"email": "<email>",
"role": "<string>",
"status": "PENDING",
&qu Curl curl -X GET 'https://api.basistheory.com/tenants/self/invitations?status=PENDING&page=<integer>&start=<string>&size=<integer>?status=PENDING&page=<integer>&start=<string>&size=<integer>' -H 'Accept: application/json' ENDPOINTS |