Get Listing
get
Path parameters
idstringRequired
Query parameters
selectstringOptional
Responses
200
OK
application/json
404
Not Found
application/json
get
GET /public/v1/catalog/listings/{id} HTTP/1.1
Host: api.s1.today
Accept: */*
{
"id": "text",
"audit": {
"created": {
"at": "2025-08-16T09:26:44.364Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-08-16T09:26:44.364Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"authorization": {
"id": "text",
"name": "text",
"currency": "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"
},
"seller": {
"id": "text",
"icon": "text",
"externalId": "text",
"name": "text"
},
"priceList": {
"id": "text",
"currency": "text"
},
"primary": true,
"notes": "text",
"statistics": {
"subscriptions": 1,
"agreements": 1
}
}
Last updated
Was this helpful?