Authorizations
API key authentication
curl --request GET \
  --url https://brainbase-monorepo-api.onrender.com/api/workers/{id} \
  --header 'x-api-key: <api-key>'{
  "id": "<string>",
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z",
  "name": "<string>",
  "description": "<string>",
  "status": "<string>",
  "lastRefreshedAt": "2023-11-07T05:31:56Z",
  "teamId": "<string>"
}curl --request GET \
  --url https://brainbase-monorepo-api.onrender.com/api/workers/{id} \
  --header 'x-api-key: <api-key>'{
  "id": "<string>",
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z",
  "name": "<string>",
  "description": "<string>",
  "status": "<string>",
  "lastRefreshedAt": "2023-11-07T05:31:56Z",
  "teamId": "<string>"
}API key authentication