Authentication

Each API request is authenticated by a set of two mandatory keys.

Authentication

The following data elements should be requested from Celltick to start using the API

Field

Type

publisherId

String

key

String

You may create several application that may use the Celltick content API. The publisher id specify your application name and for each application a designated key will be produce by the Celltick system.

Example

Request for list of content items:
http://contentapi.celltick.com/mediaApi/v1.0/content?key=key1&publisherId=puid

Last updated