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
header
required

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

Headers

epoch
integer
required

Unix epoch timestamp

Example:

1619740800

checksum
string
required

Refer to checksum calculation

Path Parameters

id
integer
required
Example:

1

Response

200
application/json
Successful response
success
boolean
Example:

true

code
integer
Example:

200

data
object
Example:
{}