Integration Instance Auth Config
Get Integration Instance Auth Config
Fetches auth config scoped to the given integration instance.
get/v1/integration-instances/{integrationInstanceId}/auth-config
Response
A response containing integration instance auth config.
Example response
{
"client_id": "d745213a-b7e8-4998-abe3-41f164001970",
"authorization_endpoint": "https://identity.service.com/oauth/authorize",
"token_endpoint": "https://identity.service.com/oauth/token"
}Changes
Changed in 1 of the 75 revisions of this API.1
- ○
endpoint added
endpoint-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○