Get lookups by name

GET{{API_BASE_URL}}/shop/v1/discovery/lookups/:name

This endpoint makes an HTTP GET request to retrieve the lookups for a specific lookup list. The request should include the lookup list name in the URL.

Request

This request does not require a request body.

Response

  • id (integer)

  • language (string)

  • lookups:

    • key (string)

    • value (string)

    • isFreeText (boolean)

    • lookups (array)

Authentication#auth

This endpoint does not require authentication.

Responses#responses

200OKGet lookups by name