Endpoints
me
Was this page helpful?
Read the authenticated account profile, plan, and credit balance.
GET
/api/v1/me
Get the authenticated account
Authentication: Bearer API key required
curl "https://reviral.ai/api/v1/me" \
-H "Authorization: Bearer $REVIRAL_API_KEY"Responses
- 200
- Account profile, plan, and credit balance
- 401
- Key is missing, revoked, or invalid
- 404
- Profile not found
- 502
- Account lookup unavailable