API Reference
Reference for Simpu's APIs
cURL
curl --request POST \ --url https://api.simpu.co/otp/verify \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "token": "123456", "id": "674535b2b39158b9aae90188fcec23eb" }'
{ "id": "674535b2b39158b9aae90188fcec23eb", "recipient": "2348023456789", "status": 1, "status_desc": "SENT", "created_datetime": "2024-06-28T23:56:38.128604+00:00", "updated_datetime": "2024-06-28T23:56:38.128604+00:00" }
Verify an OTP token
An API key to authenticate requests
OTP verify request object
The body is of type object.
object
OTP response
The response is of type object.