cURL
curl --request POST \ --url https://www.ruddr.io/api/workspace/locations \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "isActive": true } '
{ "id": "a4c7e2f1-8b35-4d69-90a3-d1f0b6e83c57", "name": "Austin, Texas", "isActive": true, "createdAt": "2025-06-12T09:23:44.118Z" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The name of the location. Max 255 characters.
Whether the location is active. Defaults to true if not provided.
true
200
The unique identifier for the object.
The name of the location.
Whether the location is active.
The timestamp when the object was created.