GET
/
supplier_lists
/
{id}
curl --request GET \
  --url https://api.zivio.net/api/v3/supplier_lists/{id} \
  --header 'X-API-Key: <api-key>' \
  --header 'zivio-tenant-id: <api-key>'
{
  "id": "123",
  "owner_type": "User",
  "owner_name": "Jack Jones",
  "name": "Tier 1 Suppliers",
  "description": "description",
  "visibility": "private",
  "sync_marketing": "true",
  "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

Response

200
*/*
ok
id
integer
Example:

"123"

owner_type
string
Example:

"User"

owner_name
string
Example:

"Jack Jones"

name
string
Example:

"Tier 1 Suppliers"

description
string
Example:

"description"

visibility
string
Example:

"private"

sync_marketing
string
Example:

"true"

created_at
string
updated_at
string