Skip to main content
POST
/
automation-retries
Retry bulk automation
curl --request POST \
  --url https://apiweb.mile.app/api/v3/automation-retries \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "id": [
    "EyyyuZABO6Fu1BKE6hZB",
    "wCixuZABO6Fu1BKEElvp"
  ]
}
'
{
  "status": true,
  "message": "Success.",
  "data": {
    "total": 2,
    "success": 2,
    "failed": 0,
    "details": {
      "wCixuZABO6Fu1BKEElvp": "Success.",
      "EyyyuZABO6Fu1BKE6hZB": "Success."
    }
  }
}

Authorizations

Authorization
string
header
required

Use a valid Bearer token to authenticate.

Body

application/json
id
object[]
required

Unique identifier for the data that generated by system. Example: ['EyyyuZABO6Fu1BKE6hZB']

Maximum array length: 200

Response

Success

status
string

Status of response.

message
string

Message of API response.

data
object[]

List of success syncronize id.