Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.example.com/api/v1/auth/login \ --header 'Content-Type: application/json' \ --data ' { "username": "<string>", "password": "<string>" } '
{ "access_token": "<string>", "refresh_token": "<string>", "user": { "id": 123, "name": "<string>", "is_admin": true, "is_playing": true, "robot_ip": "<string>" }, "token_type": "bearer" }
Successful Response
Show child attributes
Was this page helpful?