Skip to main content
GET
/
subscriptions
/
{platformType}
/
{subscriptionRef}
/
status
Get subscription status (results + webhook)
curl --request GET \
  --url https://{host}/subscriptions/{platformType}/{subscriptionRef}/status
{
  "lastTriggered": "On-Demand Success. Thu Jan 02 16:41:52 EST 2020",
  "webHookStatus": "Failure. … Connection refused … Thu Jan 02 16:41:53 EST 2020"
}

Path Parameters

platformType
enum<string>
required

Technology platform (cloud or containers).

Available options:
cloud,
containers
subscriptionRef
string
required

Unique subscription identifier.

Response

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.