cURL
curl --request POST \ --url https://anyip.io/api/login \ --header 'Content-Type: application/json' \ --header 'api-key: <api-key>' \ --data ' { "email": "<string>", "password": "<string>" } '
{ "token": "<string>" }
Creates a user token.
Value for the api-key header parameter.
The login data
User token created