API ReferenceAuth
Get the current user and their organizations
Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/auth/me"{ "organizations": [ { "created_at": "string", "id": "string", "name": "string" } ], "user": { "created_at": "string", "email": "string", "id": "string", "is_verified": true, "name": "string", "verified_at": "string" }}