cURL
curl --request GET \ --url https://app.mrscraper.com/api/account \ --header 'Authorization: Bearer <token>'
{ "data": { "subscription_plan": "Ultimate", "token_usage": 137, "token_limit": 50000, "monthly_scrapes": 17, "average_tokens_scrape": 8.06 } }
This endpoint allows you to get basic information from your account such as token usage and other stats.
You can retrieve your token by visiting the API Tokens section inside your profile page or see /documentation/api-token for the details.
Show child attributes