# Get organization invitation **GET /organizations/invitations/{invitation_token}** Gets a single invitation to an organization by token. Currently unavailable in self-hosted ECE. ## Servers - https://api.elastic-cloud.com/api/v1: https://api.elastic-cloud.com/api/v1 () ## Parameters ### Path parameters - **invitation_token** (string) Organization invitation token ## Responses ### 200 Organization invitation fetched successfully #### Body: application/json (object) - **token** (string) The token used to accept the invitation - **email** (string) The email address to invite to the organization - **created_at** (string(date-time)) The date and time when the invitation was created - **expires_at** (string(date-time)) The date and time when the invitation expires - **expired** (boolean) True if the invitation is expired - **accepted_at** (string(date-time)) The date and time when the invitation was accepted - **organization** (object) An organization - **role_assignments** (object) Roles assigned to users, API keys or organization invitations. Currently unavailable in self-hosted ECE. ### 404 Invitation not found. (code: `organization.invitation_not_found`) #### Headers - **x-cloud-error-codes** (string) The error codes associated with the response #### Body: application/json (object) - **errors** (array[object]) A list of errors that occurred in the failing request [Powered by Bump.sh](https://bump.sh)