Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Publisher API v2.3

Table of Contents

1.0 Scope

This document contains the technical information required for accessing the RESTful API offered by Convertr. Currently, the main goal of this API is to feedback live stats to our network and facilitate the delivery of new customer records.

...

This version of the API is accessible from the following urlURL, at this point, there is a single entry point for all requests.

...

This needs to be requested from the following url URL using a POST request. Once the token has been returned, it will expire after 60 minutes.

...

You can also authenticate via OAuth2.0. This needs to be requested from the following url URL using a GET request. Once the token has been returned, it will expire after 60 minutes.

...

ParameterRequiredDescription
client_idYesClient ID which is supplied on a platform-wide basis
client_secretYesClient Secret which is supplied on a platform-wide basis
api_keyYesAPI Key that is unique to each user

...

ParameterRequiredDescription
client_idYesClient ID which is supplied on a platform-wide basis
client_secretYesClient Secret which is supplied on a platform-wide basis
api_keyYesAPI Key that is unique to each user
grant_typeYesMust be set to "password"
usernameYesYour username
passwordYesYour password

...

This API call will supply an array of forms which that are available to `POST` leads to (see section 3.5) on a given campaign.
The response will allow you to see which form fields are available to populate per each form (each campaign can have multiple forms).

...