Getting ready for production

How to get ready for production with your Adfin integration.

Email our support team

Send a message to [email protected] with the subject line “Request for API credentials” and include:

Required infoExampleNotes
Your company name & websiteAcme Co – acme.ioYour registered company name
Desired environment accessProduction
Primary tech contactDev Lead 1 – [email protected]Please designate a generic mailbox or lead person to let us know how to keep in contact
Redirect URIwww.acme.com/callbackYour redirect URI needs to be in line with the oAuth2 spec. You may have 2 registered per environment.

Copy and paste the following block to get started

To: [email protected]
Subject: "Request for API credentials"

Body:

Company name & website: [replace]
Desired environment: Production
Primary tech contact: [replace]
Redirect URI: [replace]

Store the credentials safely

Treat the client_secret like a password:

# Never commit secrets to source control
export ADFIN_CLIENT_ID="ZvumGwWYwjizsuieSCfDPxqz67AnbaXa"
export ADFIN_CLIENT_SECRET="••••••••••"