Skip to main content
POST
/
confirmEvidence
Confirm Evidence
curl --request POST \
  --url https://api.bleeprs.com/api/confirmEvidence \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "otp": "83419379",
  "reference": "CkxhOql2g7AGzJhz3POZ"
}
'

Authorizations

Authorization
string
header
required

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

Body

application/json
otp
string

The OTP sent to target phone number

Example:

"83419379"

reference
string

The reference number returned after the message was sent

Example:

"CkxhOql2g7AGzJhz3POZ"

Response

200 - undefined