Skip to main content
GET
/
api2
/
v1
/
scim
/
ResourceTypes
List the types of SCIM Resources available
curl --request GET \
  --url https://cloud.memsource.com/web/api2/v1/scim/ResourceTypes \
  --header 'None: <api-key>'
[
  {
    "schemas": [
      "<string>"
    ],
    "id": "<string>",
    "name": "<string>",
    "endpoint": "<string>",
    "description": "<string>",
    "schema": "<string>",
    "schemaExtensions": [
      {
        "schema": "<string>",
        "required": true
      }
    ]
  }
]

Documentation Index

Fetch the complete documentation index at: https://developers.phrase.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

None
string
header
required

No authentication required. This is used for public endpoints.

Response

successful operation

schemas
string[]
id
string
name
string
endpoint
string
description
string
schema
string
schemaExtensions
object[]