Channels
The API documentation provides the means to retrieve channel data from PIM.
Channel List
GET
https://api.dckappim.com/api/integration/channel
By utilizing the endpoint, you can retrieve channel list information.
Headers
token*
String
Access Token for PIM Integration.
x-domain*
String
Customer Account Name Example: For the Customer Account URL "demo.dckappim.com," the customer account name is "demo."
Channel Show
POST
https://api.dckappim.com/api/integration/channel/show
By utilizing the endpoint, you can retrieve Specific channel information.
Headers
token*
String
Access Token for PIM Integration.
x-domain*
String
Customer Account Name Example: For the Customer Account URL "demo.dckappim.com," the customer account name is "demo."
Request Body
locale
String
Language Code
id*
String
Channel Id
Channel Attribute
GET
https://api.dckappim.com/api/integration/channel/attribute
By utilizing the endpoint, you can retrieve Specific channel-accessible Attribute information.
Query Parameters
id*
String
Channel ID
locale
String
Language Code. Ex: en_US
Headers
token*
String
Access Token for PIM Integration.
x-domain*
String
Customer Account Name Example: For the Customer Account URL "demo.dckappim.com," the customer account name is "demo."
Last updated