POST
/
send
/
send_instructions
/
{id}
/
resend_webhook_event
curl --request POST \
  --url https://staging-api.chip-in.asia/api/send/send_instructions/{id}/resend_webhook_event \
  --header 'Authorization: Bearer <token>' \
  --header 'checksum: <checksum>' \
  --header 'epoch: <epoch>'
{
  "message": "success",
  "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
message
string
code
number
data
object