cURL
curl --request POST \ --url https://api.example.com/authenticate \ --header 'Content-Type: application/json' \ --data ' { "username": "<string>", "password": "<string>" } '
{ "jwt": "<string>", "expires": 123 }
Authenticate with email and password. Returns a JWT.
Documentation IndexFetch the complete documentation index at: https://docs.ziik.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.ziik.io/llms.txt
Use this file to discover all available pages before exploring further.
User email (used as username)
Success
Unix timestamp