cURL
curl --request GET \ --url https://api.draftt.io/v1/integration/{integrationId} \ --header 'Authorization: Bearer <token>'
{ "items": [ { "id": 1, "name": "My AWS Integration", "type": "aws", "status": "Healthy", "details": { "externalId": "abc123", "roleArn": "arn:aws:iam::123456789012:role/my-role", "accountId": "123456789012" }, "createdAt": "2024-12-01T12:00:00.000Z", "updatedAt": "2024-12-23T12:00:00.000Z" } ], "nextToken": null }
Documentation IndexFetch the complete documentation index at: https://docs.draftt.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.draftt.io/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success
1
Show child attributes
null