List all the created connection invite tokens for a given Organization.
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" } ] }
x >= 0
Successful Response
The response is of type object.
object