cURL
curl --request GET \ --url https://api.example.com/components/{component_id}/configs \ --header 'Authorization: Bearer <token>'
[ { "component_id": "<string>", "version": 123, "stage": "<string>", "config": {}, "created_at": 123, "label": "<string>", "notes": "<string>", "updated_at": 123 } ]
List all configs for a component.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Component ID
Include full config blob
Successful Response
Was this page helpful?