GET /api/v1/authorizationServers/{authServerId}/associatedServers

Lists all associated Authorization Servers by trusted type for the given authServerId

Servers

Path parameters

Name Type Required Description
authServerId String Yes

id of the Authorization Server

Query parameters

Name Type Required Description
limit Integer No

Specifies the number of results for a page

Default value: 200

q String No

Searches for the name or audience of the associated authorization servers

after String No

Specifies the pagination cursor for the next page of the associated authorization servers

trusted Boolean No

Searches trusted authorization servers when true or searches untrusted authorization servers when false

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.