Read the verification record for the in-scope organization.
Poll this endpoint to learn when verification completes. Reasonable cadence is every 10-30 seconds while the customer is mid-flow, then back off to once a minute. Manual review can stretch to hours or a business day.
See Verification for the full lifecycle and status meanings.
curl --request GET \
--url https://api.nxos.io/v1/organizations/verification \
--header 'Authorization: <authorization>'{
"object": "organization_verification",
"status": "APPROVED",
"type": "BUSINESS",
"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.
Verification record for an organization. Surfaces the live status plus a last-updated timestamp; polling this endpoint is the canonical way to learn when KYB completes.
Object type. Always organization_verification.
organization_verification Current verification status.
NOT_STARTED, PENDING, APPROVED, REJECTED, ON_HOLD, RESUBMISSION_REQUIRED Verification flow applied to the org.
BUSINESS, INDIVIDUAL ISO 8601 timestamp of the most recent status change.
curl --request GET \
--url https://api.nxos.io/v1/organizations/verification \
--header 'Authorization: <authorization>'{
"object": "organization_verification",
"status": "APPROVED",
"type": "BUSINESS",
"updatedAt": "2026-03-15T14:30:00.000Z"
}