# Get organization invitation **GET /api/organization-invitations/{id}** Get an organization invitation by ID. ## Servers - Logto endpoint address.: https://[tenant_id].logto.app (Logto endpoint address.) ## Authentication methods - OAuth2 ## Parameters ### Path parameters - **id** (string) The unique identifier of the organization invitation. ## Responses ### 200 The organization invitation, also contains the organization roles to be assigned to the user when they accept the invitation. #### Body: application/json (object) - **tenantId** (string) - **id** (string) - **inviterId** (string | null) - **invitee** (string) - **acceptedUserId** (string | null) - **organizationId** (string) - **status** (string) - **createdAt** (number) - **updatedAt** (number) - **expiresAt** (number) - **organizationRoles** (array[object]) ### 400 Bad Request ### 401 Unauthorized ### 403 Forbidden ### 404 Not Found [Powered by Bump.sh](https://bump.sh)