Skip to main content
GET
/
kyb
List KYB records
curl --request GET \
  --url https://api.pcxpay.com/v1/kyb \
  --header 'Authorization: Bearer <token>'
{
  "status": "<string>",
  "message": "<string>",
  "data": {
    "records": [
      {}
    ],
    "lastEvaluatedKey": {},
    "count": 123,
    "scanned_count": 123
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

org_id
string
limit
integer
lastEvaluatedKey
string

Response

200 - application/json

KYB records

status
string
message
string
data
object