Any sample code on authorizing for XML-RPC using PAT or SAK?

This should be what you’re looking for then:

$infusionsoft = new \Infusionsoft\Infusionsoft(array(
  'apikey' => 'SAK_GOES_HERE',
));

But this doesn’t use the OAuth so you won’t need the session token code.

This information is document on the Github Repo:

1 Like