Printags Public
    • Accounts
      • Get current account
        GET
      • Get an account by ID
        GET
    • Orders
      • Find orders
        GET
      • Get an order by ID
        GET
      • Create a new order
        POST
      • Validate an order
        POST
    • Files
      • Upload a file
        POST
      • Get a file by ID
        GET
    • Statuses
      • Get all statuses
        GET
    • Schemas
      • Account
      • Address
      • Customer
      • Model
      • Product
      • ProductGroup
      • SubscriptionPlan
      • Shipping
      • Order
      • NFC

    NFC

    {
        "type": "empty",
        "content": "https://example.com",
        "dynamic": {
            "baseUrl": "https://example.com",
            "records": {
                "recordId": 1,
                "publicKey": "B5ADF942C642D16B2803CA672F47D11D",
                "privateKey": "82F87EB3F693B84BCC154A0373363A62"
            }
        }
    }
    Built with