Frontend API
cURL
curl --request GET \ --url https://api.wacht.dev/me/workspace-memberships \ --cookie session_id=
[ { "id": "<string>", "workspace_id": "<string>", "workspace_name": "<string>", "organization_name": "<string>", "roles": [ {} ] } ]
Retrieve all workspace memberships for the current user
Memberships retrieved
Was this page helpful?