Poggio
Docs
REST APIV2Users

Get My Workspaces

Returns the workspaces the authenticated user is a member of.

GET
/v2/users/me/workspaces

Authorization

HTTPBearer
AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://api.poggio.io/v2/users/me/workspaces"
{
  "workspaces": [
    {
      "orgId": "string",
      "role": "string"
    }
  ]
}