GET /api/v1/apps/{appId}/cwo/connections
Retrieves inbound and outbound Cross App Access connections associated with an app
Servers
- https://{yourOktaDomain}
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
appId |
String | Yes |
Application ID |
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
limit |
Integer | No |
Specifies the number of results to return per page. The values:
Default value: -1 |
after |
String | No |
Specifies the pagination cursor for the next page of connection results |
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.