Retrieve Mapped Custom Field

This endpoint retrieves the custom field mappings for a given brand.

Prerequisites

  • Authentication: Basic or OAuth credentials
  • Default access group

Resource information

URI/integration/v1/brand/[brandId]/store-locator/custom-fields/map
HTTP MethodGET
PaginationNo
Batch supportNo
Rate limit informationNot specified

Endpoint

GET https://sol-qa.capillarytech.com/integration/v1/brand/{brandId}/store-locator/custom-fields/map

Path Parameters

NameTypeDescription
brandIdstringUnique identifier of the brand

Request Headers

HeaderValue
Content-Typeapplication/json

Request body sample

curl -i -X GET \
  -H "Content-Type:application/json" \
  "[https://sol-qa.capillarytech.com/integration/v1/brand/119/store-locator/custom-fields/map](https://sol-qa.capillarytech.com/integration/v1/brand/119/store-locator/custom-fields/map)"
Language
Click Try It! to start a request and see the response here!