Skip to main content
GET
/
subscriptions
/
{subscriptionRef}
/
status
Get subscription status (alias of cloud)
curl --request GET \
  --url https://{host}/subscriptions/{subscriptionRef}/status
{
  "lastTriggered": "<string>",
  "webHookStatus": "<string>",
  "message": "<string>",
  "status": 123
}

Path Parameters

subscriptionRef
string
required

Response

200 - application/json

Status payload

lastTriggered
string

Status + timestamp of last request: On-Demand Success/Failure or Scheduled Success/Failure.

webHookStatus
string

Status + timestamp of last webhook post: Success or Failure.

message
string

Message for the status response (on error).

status
integer

One of 200, 204, 400, 401, 404, 415, 500.