Skip to content
Last updated

Getting access to Adfin

Send a message to support@adfin.com 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 – dev@acme.ioPlease 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.

Copy and paste the following block to get started

To: support@adfin.com
Subject: "Request for API credentials"

Body:

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

Store the credentials safely

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="••••••••••"