...
Table of Contents |
---|
...
|
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.
Set-Cookie:
token=<token>Set the header:
X-Bamboo-Token: <token>
Logout API
The Logout API is called to clean your session cookie and logout from the session
...