Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This API allows you to get field configuration stored in Hawksearch Dashboard

Example use case: Get field information of a Brand field.

...

Code Block
languagejson
GET /api/v9/Field/?fieldName=brand HTTP/1.1
Host: managedashboard-na.hawksearch.com
X-HawkSearch-ApiKey: USE_YOUR_API_KEY
Cache-Control: no-cache
Postman-Token: cd457184-4c00-a650-62f2-530f22a9a384

...