<- Subscriptions API

Subscriptions API

Retrieve subscription

GET

 /v2/subscriptions/{subscription_id}

Retrieves a specific subscription.

Permissions:SUBSCRIPTIONS_READ
Try in API Explorer
Link to section

Path parameters

Example code

Link to section

subscription_id

string

Required

The ID of the subscription to retrieve.

Link to section

Query parameters

Link to section

include

string

Beta

A query parameter to specify related information to be included in the response.

The supported query parameter values are:

  • actions: to include scheduled actions on the targeted subscription.
Link to section

Response fields

Link to section

errors

Errors encountered during the request.

Link to section

subscription

The subscription retrieved.