Subscriptions
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
List all subscriptions
Required API key scopes
subscription:read
Path parameters
- project_idstring
Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.
Query parameters
- limitinteger
Number of results to return per page.
- offsetinteger
The initial index from which to return the results.
Response
Status 200
Create subscriptions
Required API key scopes
subscription:write
Path parameters
- project_idstring
Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.
Response
Status 201
Retrieve subscriptions
Required API key scopes
subscription:read
Path parameters
- idinteger
A unique integer value identifying this subscription.
- project_idstring
Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.
Response
Status 200
Update subscriptions
Required API key scopes
subscription:write
Path parameters
- idinteger
A unique integer value identifying this subscription.
- project_idstring
Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.
Response
Status 200
Delete subscriptions
Hard delete of this model is not allowed. Use a patch API call to set "deleted" to true
Required API key scopes
subscription:write
Path parameters
- idinteger
A unique integer value identifying this subscription.
- project_idstring
Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.