Integration Instance Auth Credentials
Get Integration Instance Auth Credential
Fetches the auth credential scoped to the given integration instance.
get/v1/integration-instances/{integrationInstanceId}/auth-credential
Response
A response containing an integration instance auth credential.
Example response
{
"id": "4f535923-ec24-456c-b4e5-e67f65c8c208",
"integration_instance": {
"id": "772b9caf-ddbc-4f4f-8aa4-8dfbbe420351",
"name": "aws-lambda-prod",
"display_name": "AWS (prod)"
},
"missing_permissions": [
{
"scopes": [
"incident:read"
]
}
],
"expires_at": "2025-04-01T07:20:50Z",
"created_at": "2022-11-04T20:10:06.927Z"
}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
- ○