Configuration endpoints
SCIM defines three GET endpoints to facilitate the discovery of the SCIM service provider features and schema.
The purpose of configuration endpoints is to provide documentation about features supported by the specific implementation of the SCIM API, in this case, the Eptura SCIM API.
…/Schemas
…/ServiceProviderConfig
…/ResourceTypes
The request to the above configuration endpoints must include a valid bearer access token as an Authorization header. Learn more: Token generation.
Visit https://tools.ietf.org/html/rfc7644#section-4 to learn more about Service Provider Configuration Endpoints.