Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.draftt.io/v1/component/{componentId} \ --header 'Authorization: Bearer <token>'
{ "items": [ { "id": 20, "integrationId": 6, "uniqueIdentifier": "arn:aws:rds:us-east-1:1234567:db:rds-dev-1", "region": "us-east-1", "technology": "rds", "type": "rds-postgres", "typeDisplayName": "Amazon RDS PostgreSQL", "version": "14.10", "tags": [ { "key": "Terraform", "value": "true" }, { "key": "Environment", "value": "dev-us-east-1" }, { "key": "Name", "value": "rds-dev-1" } ], "details": { "database": { "lastActiveConnectionTime": "2024-09-09T14:36:11.531Z" } }, "createdAt": "2024-05-06T11:25:50.750Z", "updatedAt": "2024-09-09T14:36:11.531Z" } ], "nextToken": null }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success
1
Show child attributes
null