status, cursor, limit. Requires kyc:read.kyc:read.Authorization: ********************curl --location '/v1/admin/kyc/applications?cursor=&limit=' \
--header 'Authorization: Bearer <token>'{
"items": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"status": "string",
"first_name": "string",
"last_name": "string",
"document_type": "string",
"created_at": "2019-08-24T14:15:22.123Z"
}
],
"has_more": true,
"next_cursor": "string"
}