# Schemas Retrieve information about resource schemas supported by a SCIM service provider. ## Retrieve schemas - [GET /scim/v2/Schemas](https://innovario.apishowdown.com/catalog/api-showdown/api-hub/admin/openapi/schemas/getschemas.md): This operation is used to retrieve information about resource schemas supported by a SCIM service provider. An HTTP GET to the endpoint "/Schemas" will return all supported schemas in ListResponse format. > : The contents of each schema returned are described in Section 7 of [RFC7643]. ## Retrieve specific schema - [GET /scim/v2/Schemas/{id}](https://innovario.apishowdown.com/catalog/api-showdown/api-hub/admin/openapi/schemas/getschema.md): This operation is used to retrieve individual schema definitions by his schema URI. For example: > : The contents of schema returned are described in Section 7 of [RFC7643].