The Start Magazine
  • Getting Started
  • Authentication
  • Error Handling
  • Content API
  • Video Api
  • Horoscope API
  • Comics API
  • Quotes API
  • Sport API
  • Personal Content API
  • Soccer real time notifications
  • Promoted content API
  • Article Page
  • Webview Development
  • Terms of Use
  • Privacy Policy
  • Partner reportings
Powered by GitBook
On this page

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

The Content API must be used by applications in accordance with the following specifications. Any deviation from these specifications may cause termination of the API key, resulting in the inability of the application to access the API. All implementing applications must implement the full specification.

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

PreviousGetting StartedNextError Handling

Last updated 6 years ago