This documentation is for the version 2 of the PUBLITRAC API . Please note that PUBLITRAC V2 is in BETA stage and it evolves rapidly.
...
URL: /auth/getToken | |
---|---|
Header | |
Authorization | Api key received within the application of Publitrac (See settings) |
Accept | application/json |
Content | |
No content for this one |
...
URL: /lead/delayedSync | |||
---|---|---|---|
Header | |||
Token | Token of authorization | ||
Accept | application/json | ||
Content | |||
| leadInfo represents the standard PUBLITRAC information that is required. The email is mandatory as we are using this as an identifier. LeadCustomFields is an associative array (fieldName => value) of the customField you want to edit/update/add in your lead. |
...