Family
The API documentation provides the means to retrieve family data from PIM.
Family List
GET
https://api.dckappim.com/api/integration/family
By utilizing the endpoint, you can retrieve family list information.
Query Parameters
pagination[currentPage]
String
Pagination Current Page
pagination[pageLimit]
String
Pagination Limit / Length Number
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."
Family Show
GET
https://api.dckappim.com/api/integration/family/show
By utilizing the endpoint, you can retrieve specific family information.
Query Parameters
id*
String
Family ID
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