Retrieve the organization currently in scope.
Without Nxos-On-Behalf-Of, this returns your own organization. With
a valid Nxos-On-Behalf-Of header pointing at a customer org you hold
an active LOA on, this returns that customer org. See
Cross-org access.
curl --request GET \
--url https://api.nxos.io/v1/organizations \
--header 'Authorization: <authorization>'{
"object": "organization",
"organizationId": "org_a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4",
"name": "Acme Trading Co.",
"type": "BUSINESS",
"verificationStatus": "APPROVED",
"createdByOrganizationId": "org_b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4e5",
"metadata": {},
"createdAt": "2025-12-01T10:30:00.000Z",
"updatedAt": "2026-03-15T14:30:00.000Z"
}Documentation Index
Fetch the complete documentation index at: https://docs.nxos.io/llms.txt
Use this file to discover all available pages before exploring further.
Bearer token. Format: Bearer <api_key>
The request has succeeded.
An organization on the platform.
Object type. Always organization.
organization Unique organization identifier.
Display name of the organization.
Legal-entity type.
BUSINESS, INDIVIDUAL Current verification status. The org may transact only when this is APPROVED.
NOT_STARTED, PENDING, APPROVED, REJECTED, ON_HOLD, RESUBMISSION_REQUIRED Organization that created this one via the platform API. null for direct sign-ups (the org created itself through the dashboard).
Caller-supplied metadata. Free-form JSON, max 4 KB serialized and 50 keys.
Show child attributes
ISO 8601 timestamp when the org was created.
ISO 8601 timestamp of the most recent state change.
curl --request GET \
--url https://api.nxos.io/v1/organizations \
--header 'Authorization: <authorization>'{
"object": "organization",
"organizationId": "org_a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4",
"name": "Acme Trading Co.",
"type": "BUSINESS",
"verificationStatus": "APPROVED",
"createdByOrganizationId": "org_b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4e5",
"metadata": {},
"createdAt": "2025-12-01T10:30:00.000Z",
"updatedAt": "2026-03-15T14:30:00.000Z"
}