get https://api.bigpanda.io/resources/v1.0/plans
Retrieves the schema definitions for all plans.
Authentication
All BigPanda APIs require Bearer Token Authorization in the call headers.
This API uses the Org Token type of Authorization token.
Usage
The Plans API supports retrieval of all active plans or all plans. The desired output is obtained by appending ?active=true
to the GET
definition. Omitting this will yield all plans, both active and inactive.