GET /api/v1/authorizationServers/{authServerId}/associatedServers
Lists all associated Authorization Servers by trusted type for the given authServerId
Servers
- https://{yourOktaDomain}
Path parameters
Name | Type | Required | Description |
---|---|---|---|
authServerId |
String | Yes |
|
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 |
How to start integrating
- Add HTTP Task to your workflow definition.
- 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.
- Click Test request to test run your request to the API and see the API's response.