Get Integration Instance Auth Credential
Fetches the auth credential scoped to the given integration instance.
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 2 of the 52 revisions of this API.41
- ▲
the response property
detailbecame nullable for the status401response-property-became-nullable
- ▲
the response property
instancebecame nullable for the status401response-property-became-nullable
- ▲
the response property
statusbecame nullable for the status401response-property-became-nullable
- ▲
the response property
titlebecame nullable for the status401response-property-became-nullable
This revision also has 7 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
endpoint added
endpoint-added
This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○