get https://api.bigpanda.io/resources/v2.0/changes/
Retrieves the schema definitions for a specific change schema.
Authentication
All BigPanda APIs require Bearer Token Authorization in the call headers.
This API uses the User API Key type of Authorization token.
Sample Calls
curl --request GET \
--url https://api.bigpanda.io/resources/v2.0/changes/5dcbbb9e7 \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <USER API KEY>'
curl --request GET \
--url https://eu-api.bigpanda.io/resources/v2.0/changes/5dcbbb9e7 \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <USER API KEY>'