Skip to main content
GET
KYC simple status
No authentication required — this endpoint is publicly accessible and never returns an error.
Returns a single status string for the user’s KYC verification. This endpoint never returns an HTTP error — it always answers 200:
  • If the user has never started KYC, it returns not_started.
  • If anything unexpected happens, it returns error.
Use this for lightweight checks where a full KYC status response is overkill.

Request

No body or query parameters.

Response

200 OK — always.

Errors

This endpoint never returns a non-200 HTTP status.