简体中文
cURL
curl --request POST \ --url https://scrapeapi.pangolinfo.com/api/v1/auth \ --header 'Content-Type: application/json' \ --data '{ "email": "<string>", "password": "<string>" }'
认证,接口返回值作为访问提交任务API的凭证,该token长期有效
用于认证的用户信息
The body is of type object.
object