Skip to main content
GET
/
players
/
{playerId}
/
kyc
Get player KYC verification status
curl --request GET \
  --url https://mock-api.cevro.ai/v1/players/{playerId}/kyc \
  --header 'Authorization: Bearer <token>' \
  --header 'X-Session-ID: <x-session-id>'
{
  "player_id": "<string>",
  "status": "not_started",
  "level": "basic",
  "documents": [
    {
      "id": "<string>",
      "type": "id_card",
      "status": "not_submitted",
      "submitted_at": "2023-11-07T05:31:56Z",
      "reviewed_at": "2023-11-07T05:31:56Z",
      "expires_at": "2023-11-07T05:31:56Z",
      "rejection_reason": "<string>"
    }
  ],
  "verified_at": "2023-11-07T05:31:56Z",
  "expires_at": "2023-11-07T05:31:56Z",
  "required_documents": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

API Bearer token. For this demo, any non-empty string is accepted.

Headers

X-Session-ID
string
required

Path Parameters

playerId
string
required

Response

KYC details retrieved successfully

player_id
string
status
enum<string>
Available options:
not_started,
pending,
in_review,
approved,
rejected,
expired
level
enum<string>
Available options:
basic,
enhanced,
full
documents
object[]
verified_at
string<date-time>
expires_at
string<date-time>
required_documents
string[]

Document types still required