KYC
Get all KYC sessions
This GET endpoint is used to obtain all previous KYC sessions for the user with the provided user token. <br> To use this endpoint, you need to provide the user_token as a parameter in the URL Path.
get/payout/user/{user_token}/kyc/id
Response
Succesful operation.
Example response
[
{
"session_id": "20ea33e3-fb0c-4387-944d-511bd605b0d5"
}
]