Skip to main content
GET
/
v1
/
admin
/
distribution
/
product-mappings
List product mappings
curl --request GET \
  --url https://{operatorDomain}/v1/admin/distribution/product-mappings \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {}
  ],
  "limit": 123,
  "offset": 123
}

Authorizations

Authorization
string
header
required

Staff session or API token issued by your Voyant app.

Query Parameters

limit
integer
default:50
offset
integer
default:0
channelId
string
productId
string
active
boolean

Response

200 - application/json

Product mappings

data
object[]
limit
integer
offset
integer