Skip to content

The user's memberships, before choosing a tenant for the exchange.

GET
/console/memberships
curl --request GET \
--url https://api.canopyhq.dev/console/memberships \
--header 'Authorization: Bearer <token>'

The user’s workspaces.

Media typeapplication/json
Array<object>

A workspace the verified user may select.

object
name
required
string
role
required

What a user may do in a tenant. An owner consents on its behalf.

string
Allowed values: Owner Member
tenant
required

The organization that consented. Comes from the console’s identity.

string
Example
[
{
"role": "Owner"
}
]

No trusted issuer token.