Version: 1.0.0
JioMeet User OAuth APIs
This section provides information about JioMeet's OAuth User APIs.These APIs can be utilized to seamlessly integrate JioMeet functionality into your backend systems.
Authentication
HTTP: Bearer Auth
HTTP: Basic Auth
Authenticate using the access_token
obtained from the /api/oauth2/v2/token
endpoint.
Security Scheme Type: | http |
---|---|
HTTP Authorization Scheme: | bearer |
Authenticate using your OAuth ClientId
as the username and the corresponding OAuth secret
as the password.
Security Scheme Type: | http |
---|---|
HTTP Authorization Scheme: | basic |