Retrieve an RCC Relation

Retrieves the schema definition for a specific RCC relation.

🚧

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/rcc/5e20a97edd3aa \
     --header 'Content-Type: application/json' \
     --header 'Authorization: Bearer <USER API KEY>'
curl --request GET \
     --url  https://eu-api.bigpanda.io/resources/v2.0/rcc/5e20a97edd3aa \
     --header 'Content-Type: application/json' \
     --header 'Authorization: Bearer <USER API KEY>'
Language