GuideLab API

Create a clinic location

Creates a new physical location for the authenticated clinic. If set as default, the previous default is unset. Clinic-only endpoint.

POST
/clinic-locations

Creates a new physical location for the authenticated clinic. If set as default, the previous default is unset. Clinic-only endpoint.

Authorization

__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 POST "https://example.com/clinic-locations"
{  "location": null}
Empty
Empty