Skip to main content
POST
/
v1
/
nack
cURL
curl --request POST \
  --url https://api.arklow.io/v1/nack \
  --header 'Content-Type: application/json' \
  --header 'x-arklow-auth: <api-key>' \
  --data '
{
  "action_record_id": "<string>",
  "attempt": 1,
  "terms": {
    "retry_at": 1,
    "retry": true
  }
}
'
{
  "data": {
    "status": "ok"
  }
}

Authorizations

x-arklow-auth
string
header
required

Body

application/json
action_record_id
string
required
Pattern: ^[0-9]+$
attempt
integer<int32>
required
Required range: x >= 0
terms
object

Response

Action signal accepted

data
object
required