API v1 Authorize: POST /api/v1/login → bearer token

Mobile API Reference

REST API for the KireiOps mobile app. All endpoints are versioned at /api/v1 and return JSON. Authentication uses Laravel Sanctum bearer tokens.

Base URL: /api/v1 Auth: Bearer token OpenAPI 3.0 Content-Type: application/json

How to authenticate

POST /api/v1/login → { "token": "1|abc..." } Authorization: Bearer 1|abc...