# Retrieve a resource type Get related information on a single resource type. Examples: /scim/v2/ResourceTypes/User /scim/v2/ResourceTypes/Group Endpoint: GET /scim/v2/ResourceTypes/{id} Version: 2026-02-20 Security: bearerAuth ## Header parameters: - `Idempotency-Key` (string) Specify a unique idempotency key if you want to perform an idempotent POST or PATCH request. Do not use this header in other request types. With this header specified, the Zuora server can identify subsequent retries of the same request using this value, which prevents the same operation from being performed multiple times by accident. - `Accept-Encoding` (string) Include the Accept-Encoding: gzip header to compress responses as a gzipped file. It can significantly reduce the bandwidth required for a response. If specified, Zuora automatically compresses responses that contain over 1000 bytes of data, and the response contains a Content-Encoding header with the compression algorithm so that your client can decompress it. - `Content-Encoding` (string) Include the Content-Encoding: gzip header to compress a request. With this header specified, you should upload a gzipped file for the request payload instead of sending the JSON payload. - `Zuora-Track-Id` (string) 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 ('). - `Zuora-Entity-Ids` (string) An entity ID. If you have Zuora Multi-entity enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you should not set this header. ## Path parameters: - `id` (string, required) ## Response 200 fields (application/json): - `schemas` (array) A list of URNs that specify the schemas applied to this resource. These URNs define the structure and constraints for the resource's data. - `id` (string) A unique identifier for the resource type. This ID is used to reference the resource type in API requests. - `name` (string) The name of the resource type. This is a human-readable identifier for the resource. - `description` (string) A brief description of the resource type. This provides context or additional information about the resource's purpose and usage. - `endpoint` (string) The URI path where the resource type can be accessed. This endpoint is used to interact with the resource type through the API. - `schema` (string) The URN of the schema that defines the structure and attributes of the resource type. This schema provides the format and constraints for the resource's data. - `schemaExtensions` (array) A list of schema extensions that provide additional attributes for the resource type. Each extension adds new fields or constraints to the resource. - `schemaExtensions.schema` (string) The URN of the schema extension that adds additional attributes to the resource type. This extends the base schema with extra fields or constraints. - `schemaExtensions.required` (boolean) Indicates whether the schema extension is required for the resource type. If true, the extension must be included in resource data. - `meta` (object) - `meta.resourceType` (string) The type of resource represented by this schema. This helps identify the nature of the resource (e.g., 'ResourceType'). - `meta.location` (string) The URI where the resource type's details can be accessed. This is useful for retrieving information about the resource type. ## Response 401 fields ## Response 403 fields ## Response 404 fields