Share

Get a list of all available subscriptions

GET /api/v1/erp/subscriptions returns a list of all subscriptions that were created using the endpoint POST /api/v1/erp/subscriptions.

Request schema

Method URL
GET /api/v1/erp/subscriptions

Request header

Field Value type Description of values
*Authorization String Enter: Bearer access token.
*Upc-Selected-Company Integer Company’s ID. Use the value returned in the id field received in response to the following request: GET /api/auth/v1/companies.
X-User-Id Text Enter the email address of the user being impersonated. This value is required if you are using a two-legged token. If you are using a three-legged token, then this field is not required.

Response schema

Response payload includes a list of subscriptions created for the company specified in the upc-selected-company field.

Response body

Value type Description of values
String

Was this information helpful?