API Reference

Integrate WhiteLabelZoom into your applications with our comprehensive REST API.

Overview

REST API

All endpoints follow REST conventions with predictable resource-oriented URLs.

API Key Auth

Authenticate every request using your API key passed in the request header.

JSON Responses

All responses are returned in JSON format with consistent error handling.

Authentication

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