Versions Compared

Key

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

...

Table of Contents

Reporting API

Publisher Entity API

Channels API

Advertiser API

Ad Source API

Domains API

...

stylenone
Child pages (Children Display)

Login API

In order to use the API, it is required first to login to the publisher account with the account’s
credentials.

...


Once you get a valid token, there are 2 ways of using it:
Each API call should be sent with the token GET / POST / PUT / DELETE.

  1. Set-Cookie:
    token=<token>

  2. Set the header:
    X-Bamboo-Token: <token>

Logout API

The Logout API is called to clean your session cookie and logout from the session

...