Find or Reset Your / advocate Program API Key

All interactions with the SaaSquatch by impact.com API use an API key for authentication. Your API key can be used as the basic auth password; no username is required.

Find your API key

  1. Go to Settings → General.
  2. In the Tenant details section, select
    [view] to reveal the API key.

Reset your API key

  1. Go to Settings → General.
  2. In the Tenant details section, select Reset below the API key heading.
  3. When the confirmation message appears, select Reset.

Example

curl 'https://app.referralsaasquatch.com/api/v1/{tenant_alias}/code/{code}' \
  -X POST \
  -u 'TEST_B4BYA15POHYQ284HBND1' 

📘

Tip:

cURL uses the -u flag to pass basic auth credentials.