Get component settings
Retrieve the lab's component display settings, such as whether components are shown in the order page.
Retrieve the lab's component display settings, such as whether components are shown in the order page.
__Secure-guidelab-prod.session_token<token>
Production session cookie set for the guidelab.co domain by Better Auth
In: cookie
Response Body
application/json
curl -X GET "https://example.com/components/settings"{ "settings": { "id": "string", "labId": "string", "showInOrderPage": true, "createdAt": "string", "updatedAt": "string" }}Empty
Empty
Empty
Empty