Internal site. Jolli authentication required to view.
Skip to Content
API ReferencePlatformGET /config/authentication

Get Auth Config

GET/config/authenticationPlatform

Try it

GET/config/authentication

Retrieve the authentication provider configuration.

Authentication

No authentication required.

Response

200The response body contains Authentication Provider configuration, or is empty if no auth is configured.application/json
  • object
500Request failed.application/json
  • object
    Information returned by REST API endpoints on error.
    • detailsobjectrequired
      Detailed error metadata. The contents of this field is determined by `error_code`.
    • error_codestringrequired
      Error code is a string that specifies this error type.
    • messagestringrequired
      Human-readable error message.
Request
curl -X GET 'https://api.example.com/config/authentication'