Welcome to the New BigPanda API Documentation
🚧 Authentication All BigPanda APIs require Bearer Token Authorization in the call headers. This API uses the Organization token type of Authorization token. Your org token must be provided in the header, prefixed by the word Bearer.Example: Authorization: Bearer [YOUR_USER_API_KEY]
Authorization: Bearer ********************curl --location 'https://api.bigpanda.io/resources/v1.0/schedules/' \
--header 'Authorization: Bearer <token>'{}