Get Authorization

get
Path parameters
idstringRequired
Query parameters
selectstringOptional
Responses
200

OK

application/json
get
GET /public/v1/catalog/authorizations/{id} HTTP/1.1
Host: api.s1.today
Accept: */*
{
  "id": "text",
  "audit": {
    "created": {
      "at": "2025-08-15T21:18:31.742Z",
      "by": "[Circular Reference]"
    },
    "updated": {
      "at": "2025-08-15T21:18:31.742Z",
      "by": "[Circular Reference]"
    }
  },
  "$meta": {
    "omitted": [
      "text"
    ]
  },
  "name": "text",
  "externalIds": {
    "operations": "text"
  },
  "currency": "text",
  "notes": "text",
  "product": {
    "id": "text",
    "name": "text",
    "externalIds": {
      "operations": "text",
      "defaultErpItem": "text"
    },
    "icon": "text",
    "status": "text"
  },
  "vendor": {
    "id": "text",
    "icon": "text",
    "type": "Client",
    "status": "Active",
    "name": "text"
  },
  "owner": {
    "id": "text",
    "icon": "text",
    "externalId": "text",
    "name": "text"
  },
  "statistics": {
    "subscriptions": 1,
    "agreements": 1,
    "sellers": 1,
    "listings": 1
  },
  "journal": {
    "firstInvoiceDate": "2025-08-15T21:18:31.742Z",
    "frequency": "1m"
  },
  "eligibility": {
    "client": true,
    "partner": true
  }
}

Last updated

Was this helpful?