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.
Returns
Plans object for the specified enrichment, if a valid identifier was provided. Possible response codes include:
200 OK
400 Bad Request
—the request was not properly formatted. The response body includes additional error information for debugging.