cURL
curl --request POST \ --url https://api.leen.dev/v1/provisioning/organizations/{organization_id}/connection-invite-tokens \ --header 'Content-Type: application/json' \ --header 'X-API-KEY: <api-key>' \ --data '{ "vendor": "CHECKMARX", "connection_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "identifier": "<string>", "options": { "oauth2_redirect_urls": { "success": "<string>", "error": "<string>" } }, "expiry_secs": 123 }'
{ "token": "<string>" }
Create a one-time use connection invite token for an Organization.
Successful Response
The response is of type object.
object