List all schemas of resources
Lists all schemas for all supported resources. A schema is a collection of attribute definitions that describe the contents of an entire or partial resource, e.g., "urn:ietf:params:scim:schemas:core:2.0:User".
The attribute definitions specify the name of the attribute, and metadata such as type (e.g., string, binary), cardinality (singular, multi, complex), mutability, and returnability.
Headers
Unique key used to ensure idempotent behavior.
Indicates the response's preferred content encoding. Supported values are gzip and identity.
This header is returned if you specify the Accept-Encoding: gzip request header and the response contains over 1000 bytes of data.
The value is in the Bearer {token} format where {token} is a valid OAuth token generated by calling Create an OAuth token.
A custom identifier for tracing the API call. If you set a value for this header, Zuora returns the same value in the response headers. This header enables you to associate your system process identifiers with Zuora API calls, to assist with troubleshooting in the event of an issue.
The value of this field must use the US-ASCII character set and must not include any of the following characters: colon (:), semicolon (;), double quote ("), and quote (').
Response
OK
Example response
{
"totalResults": 2
}