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
Name | Type | Description |
---|---|---|
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
Name | Type | Description |
---|---|---|
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
Name | Type | Description |
---|---|---|
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
Name | Type | Description |
---|---|---|
id* | String | Channel ID |
locale | String | Language Code. Ex: en_US |
Headers
Name | Type | Description |
---|---|---|
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