Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://{baasHost}/api/v1/kyc/customers/{customerId} \ --header 'Authorization: Bearer <token>'
{ "customerId": "aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee", "profile": { "id": "aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee", "legalName": "Jane Doe", "mobile": "+255700000000", "status": "ACTIVE" }, "externalData": { "id": 12, "firstname": "Jane", "lastname": "Doe", "active": true } }
Bearer token from POST /generate-token. Expires ~1h; on 401, re-generate and retry once.
Customer