cURL
curl --request GET \ --url https://console.lomaplatform.com/api/org/v1/locations/{id} \ --header 'API-Key: <api-key>'
{ "id": "<string>", "external_id": "<string>", "name": "<string>", "address_line_1": "<string>", "address_line_2": "<string>", "address_city": "<string>", "address_state": "<string>", "address_zip": "<string>", "date_opened": "<string>", "created_at": "<string>", "updated_at": "<string>" }
Gets a location for an organization
Documentation IndexFetch the complete documentation index at: https://docs.lomaplatform.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.lomaplatform.com/llms.txt
Use this file to discover all available pages before exploring further.
API Key for the organization
200 OK