GET
/
provisioning
/
organizations
/
{organization_id}
/
connection-invite-tokens
curl --request GET \
  --url https://api.leen.dev/v1/provisioning/organizations/{organization_id}/connection-invite-tokens \
  --header 'X-API-KEY: <api-key>'
{
  "count": 123,
  "total": 123,
  "items": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "vendors": [
        "AIKIDO"
      ],
      "created_at": "2023-11-07T05:31:56Z",
      "expires_at": "2023-11-07T05:31:56Z",
      "used_at": "2023-11-07T05:31:56Z",
      "connection_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
    }
  ]
}

Authorizations

X-API-KEY
string
header
required

Path Parameters

organization_id
string
required

Query Parameters

limit
integer
default:
100
Required range: x >= 0
offset
integer
default:
0
Required range: x >= 0

Response

200
application/json
Successful Response
count
integer
required

Number of items return in the response

items
object[]
required

List of items returned in the response

total
integer | null

Total number of items that can be returned