Skip to main content
There are two primary ways to pass parameters in an API request:
  1. Set the parameters directly in the URL of the API request.
  2. Set the parameters through a parameters JSON object.
We recommend that you pass parameters through a JSON object, though you may also pass parameters in the URL if you’d like. Anything that we find in a JSON object will take precedence over parameters that we find in the URL. Here is an example of using parameters with our Person Enrichment API for reference:

In URL

In a JSON Object