Authentication

Overview

The Authentication API allows users to log in to Buyer Cloud, change their passwords, and log out.

📘

Please note, the authenticate API endpoint is rate limited for security reasons. If you exceed the rate limit the API will respond with a 429 error.

Use the Authentication API to accomplish the following tasks:

  • Authenticate a user session
  • Change the current user's password
  • Log out the current user

Uniform Resource Identifiers (URI)

FeatureURI
/authenticatehttps://{buzz_key}.api.beeswax.com/rest/v2/authenticate
/change-passwordhttps://{buzz_key}.api.beeswax.com/rest/v2/change-password
/logouthttps://{buzz_key}.api.beeswax.com/rest/v2/logout