English
Use this endpoint to obtain an authentication token. The returned token is required for accessing other API endpoints and does not expire.
curl --request POST \ --url https://scrapeapi.pangolinfo.com/api/v1/auth \ --header 'Content-Type: application/json' \ --data '{ "email": "<string>", "password": "<string>" }'
User credentials for authentication
The body is of type object.
object