This endpoint can be used to search for a workspace which you have access to. The workspace header defines the parent workspace to search below.
Bad request, validation error
Unauthorized request
Access forbidden
Too Many Requests
Internal server error
curl -i -X GET \ 'https://api.secure.coro.net/v1/workspaces/search?page=0&pageSize=50&search=string' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>' \ -H 'Workspace: string'
{- "status": 400,
- "title": "Bad request",
- "errors": [
- "Workspace: missing mandatory request header"
], - "timestamp": "2022-08-21T19:44:32.351Z",
- "traceId": "a029fd656529d7dc"
}