Openapi
Return a customer location.
Supabase browser session cookie. Supabase may split larger session values into chunked cookies like sb-auth-token.0.
In: cookie
0 < value <= 9007199254740991uuiduuidapplication/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v1/organizations/123/customers/123/locations/123e4567-e89b-12d3-a456-426614174000"{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "customerId": 1, "organizationId": "7bc05553-4b68-44e8-b7bc-37be63c6d9e9", "name": "string", "address": { "line1": "string", "line2": "string", "city": "string", "state": "string", "postalCode": "string", "country": "string" }, "isPrimary": true, "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z"}