GET
/workspaces/{slug}Get workspace profile
Parameters
slugstringpathRequired"acme"
Responses
200Workspace metadata
responseWorkspaceOptionalExample request
cURL
curl -X GET \
'https://api.example.com/workspaces/{slug}' \
-H 'Authorization: Bearer YOUR_API_KEY' \
-H 'Content-Type: application/json'