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"
}