Organization
Get organization profile
Retrieve organization profile data used to personalize compliance workflows, Trust Center branding, API automation, and audit readiness reporting.
get/v1/organization
Query parameters
includeOwnershipstring
Include ownership data for transfer UI
Response
Organization information retrieved successfully
Example response
{
"id": "org_abc123def456",
"name": "Acme Corporation",
"slug": "acme-corp",
"logo": "https://example.com/logo.png",
"metadata": "{\"theme\": \"dark\", \"preferences\": {}}",
"website": "https://acme-corp.com",
"onboardingCompleted": true,
"hasAccess": true,
"fleetDmLabelId": 123,
"primaryColor": "#3B82F6"
}Changes
Changed in 1 of the 51 revisions of this API.11
- ●
deleted the
headerrequest parameterX-Organization-Idrequest-parameter-removed
- ○
added the new optional
queryrequest parameterincludeOwnershipnew-optional-request-parameter
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●