{ "opencollection": "1.0.0", "info": { "name": "Contentstack Analytics Accounts SCIM Schema Discovery API", "version": "v2" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "SCIM Schema Discovery", "type": "folder" }, "items": [ { "info": { "name": "Get SCIM schemas", "type": "http" }, "http": { "method": "GET", "url": "https://api.contentstack.io/scim/v2.0/Schemas" }, "docs": "Returns the SCIM schemas supported by the Contentstack SCIM API, enabling IdP clients to understand the available attributes for User and Group resources." }, { "info": { "name": "Get SCIM resource types", "type": "http" }, "http": { "method": "GET", "url": "https://api.contentstack.io/scim/v2.0/ResourceTypes" }, "docs": "Returns the SCIM resource types supported by the Contentstack SCIM API including Users and Groups, enabling IdP clients to discover available endpoints and their schemas." } ] } ], "bundled": true }