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.
Autenticación y obtención de token JWT.
POST /v2/auth/login
{ "email": "partner@example.com", "password": "secret123" }
{ "success": true, "accessToken": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...", "user": { "id": "550e8400-e29b-41d4-a716-446655440000", "name": "Partner User", "email": "partner@example.com", "role": "tenant", "status": "ACTIVE", "completedOnboardingSteps": ["business_info", "bank_details"] }, "message": "Login successful" }
Authorization: Bearer {accessToken}
400
401