Authentication

Your API key is available in the Production Dashboard Account section and the Sandbox Dashboard Account section. It must be passed as a header using the header parameter name described in the following security schema table.

Example:

  curl --request GET 'https://api.syntage.com' \
       --header 'X-API-Key: <API key>'