List of authenticated user organization's locations
Get authenticated user organization's locations .
GET
/v1/popina-go/organizations/{organizationId}/locationsPath Parameters
organizationIdstring
Organization id path parameter
Format
uuidResponse Body
application/json
application/json
application/json
application/json
curl -X GET "http://localhost:4004/v1/popina-go/organizations/497f6eca-6276-4993-bfeb-53cbbbba6f08/locations"[
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string"
}
]"invalid token""Forbidden"{
"error": "string"
}