Get KYB of a user
Get KYB
This endpoint:
- Verifies the platform and user relationship
- Retrieves the KYB record associated with the given user ID
- Returns detailed KYB data if found, otherwise raises a 404 error
GET
Get KYB of a user
Headers
Unique platform identifier (UUID). You receive this during onboarding. Must be sent with every API request.
HMAC-SHA256 request signature for authentication. Use your platform secret key to compute it as: METHOD + PATH + QUERY + BODY_HASH.
Path Parameters
Unique identifier (UUID) of the user whose KYB record is being retrieved.
Response
Successful Response
Indicates whether the request was processed successfully.
Example:
true
A short, human-readable message describing the result of the request.
Example:
"Operation completed."
The main response payload, if applicable
The Unix timestamp (in seconds) indicating when the response was generated.
Example:
1718006400

