cURL
curl --request POST \ --url https://dashboard.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.
Documentation IndexFetch the complete documentation index at: https://anyip.io/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://anyip.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
Value for the api-key header parameter.
The login data
User token created