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