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
- Go to Settings → General.
- In the Tenant details section, select
[view] to reveal the API key.
Reset your API key
- Go to Settings → General.
- In the Tenant details section, select Reset below the API key heading.
- 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.
Updated about 1 year ago