cURL
curl --request GET \ --url https://www.ruddr.io/api/workspace/locations/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "13e1cc93-be1a-495f-8455-8b92ca07d851", "name": "San Diego, California", "isActive": true, "createdAt": "2024-03-18T14:46:21.035Z" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The location uuid
uuid
200
The unique identifier for the object.
The name of the location.
Whether the location is active.
The timestamp when the object was created.