cURL
curl --request POST \ --url https://api.bleeprs.com/api/confirmEvidence \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "otp": "83419379", "reference": "CkxhOql2g7AGzJhz3POZ" } '
Confirm or verify evidence
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The OTP sent to target phone number
"83419379"
The reference number returned after the message was sent
"CkxhOql2g7AGzJhz3POZ"
Was this page helpful?