API Additions and Changes 2017-12-01

Good day from Infusionsoft HQ! We’re happy to share the following additions or changes.

REST API

  • List Contacts: custom fields are now available when custom_fields is included in the comma-delimited list of optional_properties.

REST Hooks

  • The “Hook Secret” verification key is now also sent in the request body.
    Example:
    POST / HTTP/1.1
    X-Hook-Secret: 2e8ee4b2-5b2f-467a-8e5f-aecf3828fa4a
    Content-Type: application/json
    
    {
      "event_key": "contact.add",
      "verification_key": "2e8ee4b2-5b2f-467a-8e5f-aecf3828fa4a"
    }
    

XML-RPC API

1 Like