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 POST \ --url https://karibu.briq.tz/v1/otp/verify \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "phone_number": "<string>", "app_key": "<string>", "code": "<string>" } '
{ "success": true, "message": "<string>", "data": {}, "status_code": 200 }
Recipient's phone number, E.164 digits-only (no '+', e.g. 255712345678)
"255712345678"
Developer app key
"devapp_123456"
OTP code to verify
"123456"
Successful Response