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