GET
/
v1
/
actions
/
statuses
Get action statuses
curl --request GET \
  --url https://staging.api.us.aptlydone.com/actions/v1/actions/statuses \
  --header 'Authorization: Bearer <token>'
{
  "statusCode": 200,
  "timestamp": "2025-06-24T08:49:16.735Z",
  "message": "Success",
  "data": [
    {
      "id": "af137014-275e-4918-a937-0144950bc38f",
      "actionStatusName": "In Progress",
      "isEnabled": true
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Query Parameters

isEnabled
boolean

Status type.

Example:

true

Response

200 - application/json

Action statuses retrieved successfully

The response is of type object.