{
  "service": "SGNPAL M365 Signature & Subscription Platform API",
  "version": "3.2.0",
  "activeHost": "dash.sgnpal.com",
  "domains": {
    "business": "https://sgnpal.com",
    "customerApp": "https://dash.sgnpal.com",
    "superadmin": "https://supersu.sgnpal.com"
  },
  "pricing": "$1.00 down to $0.50 USD / user / month based on volume tiers",
  "endpoints": [
    {
      "method": "POST",
      "path": "/api/v1/auth/login"
    },
    {
      "method": "POST",
      "path": "/api/v1/auth/signup"
    },
    {
      "method": "POST",
      "path": "/api/v1/auth/entra-sso"
    },
    {
      "method": "GET",
      "path": "/api/v1/billing/plans"
    },
    {
      "method": "GET",
      "path": "/api/v1/billing/subscription"
    },
    {
      "method": "POST",
      "path": "/api/v1/billing/checkout"
    },
    {
      "method": "POST",
      "path": "/api/v1/billing/update-seats"
    },
    {
      "method": "GET",
      "path": "/api/v1/billing/invoices"
    },
    {
      "method": "GET",
      "path": "/api/v1/me/signature"
    },
    {
      "method": "GET",
      "path": "/api/v1/assignments"
    },
    {
      "method": "POST",
      "path": "/api/v1/assignments"
    },
    {
      "method": "GET",
      "path": "/api/v1/deployment/guide"
    },
    {
      "method": "GET",
      "path": "/api/v1/deployment/manifest.xml"
    },
    {
      "method": "GET",
      "path": "/api/v1/signatures/preview"
    },
    {
      "method": "GET",
      "path": "/api/v1/templates"
    },
    {
      "method": "GET",
      "path": "/api/v1/superadmin/clients"
    }
  ]
}