v61

latestOpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2026-08-018131,3812.6 MB
Me

Get My Organization

Returns the organization of the user identified in the token of the request.

get/v3/organizations/me

Response

Me Organization

idstring uuid

UUID of the organization.

namestring

Name of the organization.

owner_idstring

Owner ID of the organization.

login_pathstring

Path to organization-specific login when single sign on (SSO) is enabled. Blank otherwise.

created_atstring date-time

Date the organization was created.

updated_atstring date-time

Date the organization was last updated.

state'active' | 'inactive' | 'deleting' | 'deleted'

State of the organization

retention_period_daysinteger

The number of days an organization spends inactive before being deleted.

Example response

{
  "id": "d99c041a-c7cf-46a2-bf3a-44bb5f75400e",
  "name": "string",
  "owner_id": "1c9c3848-5897-4f2c-beed-df6f3e3adb37",
  "created_at": "2023-01-23T17:22:52.150Z",
  "updated_at": "2023-01-23T17:22:52.150Z",
  "state": "active",
  "retention_period_days": 90
}