Versions Compared

Key

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

...

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.

...

  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

...