cURL
curl --request GET \ --url https://www.ruddr.io/api/workspace/locations/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "e7b3a1d4-5c28-4f96-80e3-f9a2d6c01b74", "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.