Add Customer without a token

Hi, I wanna add my customers in Infusionsoft using a script that will get called on the backend after each order. However after studying the API it seems I need a token each time, and I cant have people clicking for that token. Is there a way to grant permission once and for all, for all customers?

Thank you

Hi @Robert_Gilpatrick, if you already have a developer account (create one here if you don’t), you can log in to Account Central and utilize the “API Access” link. Once you click on that, it will prompt you for your client_id and client_secret, and then once you click “Generate API Token” you will be given an access an refresh token.

This feature allows you to generate an access and refresh token without having to go through OAuth flow.