cURL
curl --request GET \ --url https://hub.griff.services/integrations/{id} \ --header 'Authorization: Bearer <token>'
{ "data": { "id": "<string>", "organizationId": "<string>", "category": "notifications", "provider": "aws", "name": "<string>", "hasCredentials": true, "enabled": true, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "connectionId": "<string>", "config": { "providerType": "email", "fromAddress": "<string>", "fromName": "<string>", "replyTo": "<string>" }, "environment": "<string>" } }
Get a single integration by ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Default Response
Show child attributes