cURL
curl --request GET \ --url https://api.staging-2tid4c.ezyshield.com.au/management/v1/workspaces/{workspace} \ --header 'Authorization: Bearer <token>'
{ "data": { "id": "<string>", "type": "workspaces", "attributes": { "name": "<string>", "created_at": "<string>", "updated_at": "<string>" } } }
Requires the workspace:read ability.
workspace:read
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The workspace ID
WorkspaceResource
Show child attributes