Send a message to support@adfin.com with the subject line “Request for API credentials” and include:
| Required info | Example | Notes |
|---|---|---|
| Your company name & website | Acme Co – acme.io | Your registered company name |
| Desired environment access | Production | |
| Primary tech contact | Dev Lead 1 – dev@acme.io | Please designate a generic mailbox or lead person to let us know how to keep in contact |
| Redirect URI | www.acme.com/callback | Your redirect URI needs to be in line with the oAuth2 spec. |
To: support@adfin.com
Subject: "Request for API credentials"
Body:
Company name & website: [replace]
Desired environment: Production
Primary tech contact: [replace]
Redirect URI: [replace]
Adfin will need to verify your information and request, then once approved you will be provisioned with Adfin credentials.
Treat the client_secret like a password:
# Never commit secrets to source control
export ADFIN_CLIENT_ID="ZvumGwWYwjizsuieSCfDPxqz67AbEAAx"
export ADFIN_CLIENT_SECRET="••••••••••"