Returns the profile of the user associated with the API key.
cURL
curl --request GET \ --url https://api.getarca.app/api/v1/me \ --header 'Authorization: Bearer <token>'
{ "id": 12, "email": "alice@example.com", "name": "Alice", "avatar_url": "https://cdn.example.com/avatars/alice.png", "created_at": "2026-01-10T09:00:00.000Z" }
users:read
null
Was this page helpful?