A newer version is available. For the latest information, see the
current release documentation.
Get organization invitation
editGet organization invitation
editGets a single invitation to an organization by token. Currently unavailable in self-hosted ECE.
Request
editGET /api/v1/organizations/invitations/{invitation_token}
Path parameters
editName | Type | Required | Description |
---|---|---|---|
|
|
Y |
Organization invitation token |
Responses
edit-
200
-
Organization invitation fetched successfully
-
404
-
Invitation not found. (code:
organization.invitation_not_found
)Headers
-
x-cloud-error-codes
(string
; allowed values: [organization.invitation_not_found
]) - The error codes associated with the response
-
Request example
editcurl -XGET https://{{hostname}}/api/v1/organizations/invitations/{invitation_token} \ -H "Authorization: ApiKey $ECE_API_KEY"