Get Users data
Path parameters
-
id of the user
GET /api/v1/user/{id}
curl \
-X GET https://api.crawlora.com/api/v1/user/{id}
Response examples (200)
{
"id": "string",
"created_at": "string",
"email": "string",
"first_name": "string",
"last_name": "string",
"country": "string"
}
Response examples (404)
{
"is_error": true,
"message": "string",
"correlator_id": "string",
"data": {}
}