cURL
curl --request POST \ --url https://sandbox.killb.app/api/v2/auth/login \ --header 'Content-Type: application/json' \ --data ' { "email": "[email protected]", "password": "P@ssw0rd123!" } '
{ "accessToken": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiJ1c2VyQGV4YW1wbGUuY29tIn0", "expiresIn": 3600000, "refreshToken": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiJyZWZyZXNoIn0" }
Documentation IndexFetch the complete documentation index at: https://docs.killb.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.killb.com/llms.txt
Use this file to discover all available pages before exploring further.
"[email protected]"
"P@ssw0rd123!"
"eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiJ1c2VyQGV4YW1wbGUuY29tIn0"
Number in milliseconds
3600000
"eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiJyZWZyZXNoIn0"