cURL
curl --request POST \ --url https://example.com/api/auth/login \ --header 'Content-Type: application/json' \ --data ' { "username": "<string>", "password": "<string>" } '
{ "access_token": "<string>" }
Documentation IndexFetch the complete documentation index at: https://docs.defendstack.org/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.defendstack.org/llms.txt
Use this file to discover all available pages before exploring further.
Successful Response