Get Authorization
get
Path parameters
idstringRequired
Query parameters
selectstringOptional
Responses
200
OK
application/json
404
Not Found
application/json
get
/public/v1/catalog/authorizations/{id}Last updated
Was this helpful?
OK
Not Found
Last updated
Was this helpful?
Was this helpful?
GET /public/v1/catalog/authorizations/{id} HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
{
"id": "text",
"audit": {
"created": {
"at": "2025-12-17T10:19:30.531Z",
"by": {}
},
"updated": {
"at": "2025-12-17T10:19:30.531Z",
"by": {}
}
},
"$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": "text",
"status": "text",
"name": "text"
},
"owner": {
"id": "text",
"icon": "text",
"externalId": "text",
"name": "text"
},
"statistics": {
"subscriptions": 1,
"agreements": 1,
"sellers": 1,
"listings": 1
},
"journal": {
"firstInvoiceDate": "2025-12-17T10:19:30.531Z",
"frequency": "1m"
},
"eligibility": {
"client": true,
"partner": true
}
}