Get information on a subscription

get/subscriptions/v1beta1/subscriptions/{id}

Get detailed information for a single subscription by id.

NOTE: You need to have the view permission of device management to invoke this API.

Rate limits are enforced on this API. 20 requests per minute is supported per workspace. API will result in 429 if this threshold is breached.

SecurityBearer
Request
path Parameters
id
required
string

The unique identifier of the subscription.

Responses
200

Successful response

400

Bad request

401

Unauthorized request

403

The operation is forbidden

422

Validation error

429

Too many requests

500

Internal server error

Request samples
Response samples
application/json
{
  • "id": "64343c3c-3016-4234-baee-765651aa4bb3",
  • "type": "subscriptions/subscription",
  • "subscriptionType": "CENTRAL_AP",
  • "createdAt": "2024-02-07T11:20:35.290Z",
  • "updatedAt": "2024-02-07T11:22:35.290Z",
  • "key": "string",
  • "quantity": 20,
  • "availableQuantity": 10,
  • "isEval": true,
  • "sku": "string",
  • "skuDescription": "string",
  • "contract": "string",
  • "startTime": "2024-04-01T00:00:00.000Z",
  • "endTime": "2024-04-30T00:00:00.000Z",
  • "tags": {
    },
  • "productType": "DEVICE",
  • "tier": "AP Device - DM"
}