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)
| Feature | URI |
|---|---|
| /authenticate | https://{buzz_key}.api.beeswax.com/rest/v2/authenticate |
| /change-password | https://{buzz_key}.api.beeswax.com/rest/v2/change-password |
| /logout | https://{buzz_key}.api.beeswax.com/rest/v2/logout |
