REST APIV2Users
Get My Workspaces
Returns the workspaces the authenticated user is a member of.
curl -X GET "https://api.poggio.io/v2/users/me/workspaces"{
"workspaces": [
{
"orgId": "string",
"role": "string"
}
]
}Returns the workspaces the authenticated user is a member of.
curl -X GET "https://api.poggio.io/v2/users/me/workspaces"{
"workspaces": [
{
"orgId": "string",
"role": "string"
}
]
}