logo
Async api

Get user information

Get information about the authenticated user

GET
/api/v1/me
X-Token<token>

In: header

Response Body

application/json

application/json

application/json

curl -X GET "https://q.scrape.do/api/v1/me"
{
  "TotalConcurrency": 0,
  "FreeConcurrency": 0,
  "ActiveJobs": 0,
  "AvaliableCredits": 0
}
{
  "Error": "string",
  "Code": 0
}
{
  "Error": "string",
  "Code": 0
}