POST
/
send
/
send_limits
/
{id}
/
resend_approval_requests
curl --request POST \
  --url https://staging-api.chip-in.asia/api/send/send_limits/{id}/resend_approval_requests \
  --header 'Authorization: Bearer <token>' \
  --header 'checksum: <checksum>' \
  --header 'epoch: <epoch>'
{
  "success": true,
  "code": 200,
  "data": {}
}

Authorizations

Authorization
string
headerrequired

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

Headers

epoch
integer
required

Unix epoch timestamp

checksum
string
required

Refer to checksum calculation

Path Parameters

id
integer
required

Response

200 - application/json
success
boolean
code
integer
data
object