Responses

GET /api/v1/profile
curl \
 -X GET https://api.crawlora.com/api/v1/profile \
 -H "x-api-key: $API_KEY"
Response examples (200)
{
  "id": "string",
  "email": "string",
  "first_name": "string",
  "last_name": "string"
}
Response examples (401)
{
  "is_error": true,
  "message": "string",
  "correlator_id": "string",
  "data": {}
}