Mobb Broker Token Rotation
Background
Reference APIs to Perform Token Rotation
URL and Authentication
Fields
Value
Step 1. Check if your token is about to expire using GET api/rest/GetBrokerConfigurations
Request
curl https://api.mobb.ai/api/rest/getbrokerconfigurations \
--header 'x-mobb-key: <YOUR_MOBB_API_KEY>' \
--header 'Content-Type: application/json'Sample response
Step 2. Generate a new token using POST
/api/rest/createbrokerapitoken
Request
Sample response:
Step 3. Update your Mobb broker container to use the new broker token value
Last updated