GET
/
suppliers
/
{id}
/
catalogs
/
{catalog_id}
curl --request GET \
  --url https://api.zivio.net/api/v3/suppliers/{id}/catalogs/{catalog_id} \
  --header 'X-API-Key: <api-key>' \
  --header 'zivio-tenant-id: <api-key>'
{
  "id": "77",
  "name": "Dell Laptop",
  "status": "approved",
  "ccy": "GBP",
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z"
}

Authorizations

X-API-Key
string
header
required
zivio-tenant-id
string
header
required

Path Parameters

id
string
required
catalog_id
string
required

Response

200
*/*
ok
id
integer
Example:

"77"

name
string
Example:

"Dell Laptop"

status
string
Example:

"approved"

ccy
string
Example:

"GBP"

created_at
string
updated_at
string