nateleavitt / infusionsoft

Ruby Gem for the Infusionsoft API
MIT License
58 stars 70 forks source link

Add keap api key to call headers #83

Open moklokov opened 4 months ago

moklokov commented 4 months ago

Hello. Starting Oct. 31, 2024, Keap is sunsetting the use of API legacy keys for all users. This is instruction how to prepare to changes. If we use config 'use_oauth', we will need to add only X-Keap-API-Key header

ngocluong commented 3 months ago

@moklokov based on https://developer.infusionsoft.com/legacy-key-deprecation/ instruction you should change the URL too

moklokov commented 2 months ago

@moklokov based on https://developer.infusionsoft.com/legacy-key-deprecation/ instruction you should change the URL too

You should use config.use_oauth = true in your config file and it will use "/crm/xmlrpc/" path

tdjorgesilva commented 1 week ago

Hello! Are you going to merge this PR?