infusionsoft / infusionsoft-php

PHP client library for the Infusionsoft API.
https://developer.infusionsoft.com/
Other
130 stars 126 forks source link

Switch calls to use headers and add apikey auth #320

Closed ROMzombie closed 7 months ago

ROMzombie commented 7 months ago

We shouldn't be sending tokens via the URI (which can be logged or captured in transit), so switch to using HTTP Headers instead for all calls.

Add support for the X-Keap-API-Key header to allow Personal Access Tokens and Service Account Keys through the SDK.