Retrieve Service Provider Configuration

Retrieves the service provider configuration details of BigPanda's SCIM API

🚧

Authentication

All BigPanda APIs require Bearer Token Authorization in the call headers.

This API uses the User API Key type of Authorization token.

Sample Call

curl --request GET \
     --url https://api.bigpanda.io/resources/v2.0/scim/ServiceProviderConfigs \
     --header 'Authorization: Bearer <User API Key>' \
     --header 'accept: application/json'
curl --request GET \
     --url https://eu-api.bigpanda.io/resources/v2.0/scim/ServiceProviderConfigs \
     --header 'Authorization: Bearer <User API Key>' \
     --header 'accept: application/json'
Language
Authorization
Header