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>"
}

点击这里 注册获取 Token,免费领取 200 积点,立即开始体验 API!

Body

application/json

用于认证的用户信息

The body is of type object.

Response

200 - application/json

成功返回示例

The response is of type object.