Comparaison des versions

Légende

  • Ces lignes ont été ajoutées. Ce mot a été ajouté.
  • Ces lignes ont été supprimées. Ce mot a été supprimé.
  • La mise en forme a été modifiée.

This documentation is for the version 2 of the API of Publitrac. Please note that Publitrac V2 is in BETA and will rapidely evolve.

...

URL: /auth/getToken
Header
AuthorizationApi key received within the application of Publitrac (See settings)
Acceptapplication/json
Content
No content for this one

...

Time to live of the token in seconds. (By default will be 900, i.e. 15 minutes)
URL: /lead/delayedSync
Header
TokenToken of authorization
Acceptapplication/json
Content

{

"token" : "djs4fdn4dJTer489!"

"ttl" : "900"

}

Token to be used for further calls


Bloc de code
{
 "operations": {
 "mergeAnonymous": true,
 "useToken": true
 },
 "leadInfo": {
 "crmLeadId": 12387,
 "jobTitle": "Awesome Programmer",
 "firstName": "John",
 "lastName": "Doe"
 },

 "leadCustomField": {
 "customField1": "Value",
 "customField2": "Value2"
 }

}















Response

Header
No non-standard header
Content

{

'status' : 'success',

'code' : 200

}


Message of status (See next table)
Code of response (See next table)