Retrieving eKYC Request
A function to get all of the applying and applied user's data
You can retrieve both pending and verified requests by applying a filter
Request Endpoint (accepted): /api/requests?accepted=true
Request Endpoint (pending): /api/requests?accepted=false
Request Type: GET
Header:
x-api-key
: The API key you obtained upon signing up for the Lapis eKYC dashboard.
Successful Response: Upon successfully retrieving KYC requests, the API response will resemble the following structure:
Response status
: 200
Error Responses:
If the provided API key is invalid, the following error message will be returned. Please ensure that the API key you provide is correct and valid.
Response status
: 401
Last updated