Skip to main content
GET
/
api2
/
v1
/
scim
/
ServiceProviderConfig
Retrieve the Service Provider's Configuration
curl --request GET \
  --url https://cloud.memsource.com/web/api2/v1/scim/ServiceProviderConfig \
  --header 'None: <api-key>'
{
  "authenticationSchemes": [
    {
      "description": "<string>",
      "name": "<string>",
      "primary": true,
      "specUrl": "<string>",
      "type": "<string>"
    }
  ],
  "bulk": {
    "supported": true
  },
  "changePassword": {
    "supported": true
  },
  "etag": {
    "supported": true
  },
  "filter": {
    "supported": true
  },
  "patch": {
    "supported": true
  },
  "schemas": [
    "<string>"
  ],
  "sort": {
    "supported": true
  },
  "xmlDataFormat": {
    "supported": 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

authenticationSchemes
object[]
bulk
object
changePassword
object
etag
object
filter
object
patch
object
schemas
string[]
sort
object
xmlDataFormat
object