Introduction
Apizee and ApiRTC REST APIs enable developers to manage video chat lifecycle and integrate valuable data into other systems.
Last updated
Authorization: Bearer <token>curl -X 'POST' 'https://cloud.apizee.com/api/token?grant_type=password&username=test%40apizee.com&password=xxYY1122'
-H 'accept: application/JSON'
-d {
"access_token": "xyzaaa-c900-4dd2-8192-12345678",
"created_at": "2023-07-12T15:22:04+00:00",
"expires_in": 86400
}