cURL
curl --request GET \ --url https://api.example.com/organization/sessions \ --cookie fastapiusersauth=
[ { "id": "<string>", "created_at": "2023-11-07T05:31:56Z", "user_id": "<string>", "user_email": "[email protected]" } ]
Successful Response
Was this page helpful?