Skip to main content
GET
Get overview
Get overview is the endpoint that provides a summary of the user’s KYC process. By default, only the status of each KYC process is included in the response. If you need detailed information, you can use the detailed query parameter to specify the KYC processes you want more detail, which will bring their input, output fields as well as hint if applicable.
Getting the detailed KYC information is more expensive in terms of performance and should be used only when necessary.

Overall status

The summary object describes the user’s overall standing, independently of the individual processes: The accompanying reason field carries additional context for the current status, and is none when there is nothing further to report.

Authorizations

Authorization
string
header
required

OAuth 2.0 authentication.

Headers

Accept-Language
string

The natural language and locale that the client prefers.

Query Parameters

detailed
enum<string>[]

Include detailed information about the specified KYC processes. Use this sparingly as its more expensive to retrieve.

Maximum array length: 20
Available options:
profile,
address,
email,
phone,
identity,
proofOfAddress,
customerDueDiligence,
enhancedDueDiligence,
cryptoRiskAssessment,
selfCategorizationStatement,
taxDetails,
screening,
risk

Response

KYC overview retrieved.

summary
object
required
processes
object
required