Clipform
Authentication

Get current user

Returns the authenticated caller's workspace and plan limits.

GET
/me

Response Body

application/json

curl -X GET "https://example.com/me"
{  "auth_mode": "session",  "user_id": "a169451c-8525-4352-b8ca-070dd449a1a5",  "workspace": {    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",    "name": "string",    "role": "string",    "show_branding": true  },  "workspaces": [    {      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",      "name": "string"    }  ],  "company_id": "b2e6a1c3-1a5e-44ae-a8fd-81f76fd715cf",  "plan": {    "tier": 0,    "name": "string",    "node_limit": 0,    "show_branding": true,    "custom_theme": true,    "response_limit": 0  }}