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.
Authenticate requests to the WADial API.
/api/v1
Authorization: Bearer <access_token>
data
{ "data": {} }
POST /api/v1/auth/login Content-Type: application/json
{ "email": "[email protected]", "password": "your-password" }
POST /api/v1/auth/refresh Content-Type: application/json
{ "refreshToken": "<refresh_token>" }
Was this page helpful?