Integration Instance Auth Config
Upsert Integration Instance Auth Config
Upserts auth config scoped to the given integration instance.
put/v1/integration-instances/{integrationInstanceId}/auth-config
Request body
Example request
{
"client_id": "d745213a-b7e8-4998-abe3-41f164001970",
"client_secret": "s3cr3t4p1cl13ntt0k3n1234567890abcdef",
"authorization_endpoint": "https://identity.service.com/oauth/authorize",
"token_endpoint": "https://identity.service.com/oauth/token"
}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
- ○