Core APIs
    • API Information
    • Error Code List
    • Clients
      • Get Info Client
        GET
    • Users
      • Login Flow
      • Login (UI by fypass)
        POST
      • Get User Login / Register Status (by fypass)
        GET
    • Devices
      • Save Device
        POST
      • Get Device Detail
        GET
    • Schemas
      • Error Response
      • deviceInfo
      • Fypass URL

    Error Response

    {
        "code": "string",
        "message": "string",
        "errors": [
            {
                "field": "string",
                "errors": [
                    "string"
                ]
            }
        ]
    }
    Built with