GET
/
otp
/
get-by-recipient
curl --request GET \
  --url https://api.simpu.co/otp/get-by-recipient \
  --header 'Authorization: <api-key>'
[
  {
    "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"
  }
]

Authorizations

Authorization
string
header
required

An API key to authenticate requests

Path Parameters

recipient
string
required

Recipient of OTPs to retrieve

Response

200 - application/json
OTP response

The response is of type object[].