Shopping cart
Your cart empty!
Integrate WhiteLabelZoom into your applications with our comprehensive REST API.
All endpoints follow REST conventions with predictable resource-oriented URLs.
Authenticate every request using your API key passed in the request header.
All responses are returned in JSON format with consistent error handling.
Include your API key in the Authorization header of every request:
curl -X GET https://api.yourdomain.com/api/v1/meetings \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json"Keep your API key secret. Do not expose it in client-side code or public repositories.
Need an API key? Get in touch with our team to get started.
Contact Us