cURL
curl --request GET \ --url https://api.example.com/v1/workspaces/{id}
{ "id": 123, "name": "<string>", "created": "2023-11-07T05:31:56Z", "plan": { "id": "<string>", "name": "<string>", "price": 123, "maxUsersNumber": 123, "maxRecordsNumber": 123, "maxAutomationsNumber": 123, "maxStorage": 123 }, "promocode": { "id": "<string>", "partner": { "id": "<string>", "name": "<string>", "promocodes": "<array>" }, "discount": 123, "created": "2023-11-07T05:31:56Z", "expires": "2023-11-07T05:31:56Z" } }
Gets a specific workspace by ID.
OK
Show child attributes