MyBeezBox API (v2)
Download OpenAPI specification:Download
Welcome to MyBeezBox API v2. The interface and the logic were rebuilt from scratch to provide better, more RESTful experience.
Useful links
- Authentication – learn how to access this API.
- General documentation of MyBeezBox service
partners_me_retrieve
Get basic information about the current partner.
Authorizations:
tokenAuth
header Parameters
| X-Partner-Domain | string Examples:
Partner's site domain (optional) |
Responses
Response samples
- 200
Content type
application/json
{- "agency_email": "string",
- "agency_name": "string",
- "id": 0,
- "name": "string",
- "site": "string"
}