Returns the authenticated user’s account information and API quota.
curl https://api.getmatter.com/public/v1/me \ -H "Authorization: Bearer mat_your_token_here"
{ "object": "account", "id": "act_k8x2m", "name": "Jane Smith", "email": "jane@example.com", "rate_limit": { "read": 120, "write": 30, "save": 10, "search": 30, "markdown": 20, "burst": 5 }, "created_at": "2024-06-15T10:30:00Z" }
"account"
act_k8x2m
Show rate_limit properties