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": [
    {
      "type": "<string>",
      "name": "<string>",
      "description": "<string>",
      "specUrl": "<string>",
      "primary": true
    }
  ],
  "schemas": [
    "<string>"
  ],
  "patch": {
    "supported": true
  },
  "bulk": {
    "supported": true
  },
  "filter": {
    "supported": true
  },
  "changePassword": {
    "supported": true
  },
  "sort": {
    "supported": true
  },
  "etag": {
    "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[]
schemas
string[]
patch
object
bulk
object
filter
object
changePassword
object
sort
object
etag
object
xmlDataFormat
object