POST
/
auth
curl --request POST \
  --url https://scrapeapi.pangolinfo.com/api/v1/auth \
  --header 'Content-Type: application/json' \
  --data '{
  "email": "<string>",
  "password": "<string>"
}'
{
  "code": 0,
  "message": "ok",
  "data": "<string>"
}

Click here to register and get your Token. Receive 200 free credits and start using the API now!

Body

application/json

User credentials for authentication

The body is of type object.

Response

200 - application/json

Successful return example

The response is of type object.