Skip to main content
GET
cURL

Headers

Authorization
string
required

Bearer token. Format: Bearer <api_key>

Response

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
enum<string>
required

Object type. Always organization_verification.

Available options:
organization_verification
status
enum<string>
required

Current verification status.

Available options:
NOT_STARTED,
PENDING,
APPROVED,
REJECTED,
ON_HOLD,
RESUBMISSION_REQUIRED
type
enum<string>
required

Verification flow applied to the org.

Available options:
BUSINESS,
INDIVIDUAL
updatedAt
string
required

ISO 8601 timestamp of the most recent status change.