Difference between revisions of "MOR API v2"

From Kolmisoft Wiki
Jump to navigationJump to search
 
(2 intermediate revisions by the same user not shown)
Line 27: Line 27:


[[File:MOR_api_v2_user_auth_token.png]]
[[File:MOR_api_v2_user_auth_token.png]]
Enter the token to '''bearerAuthorization''' authorization field and press '''Authorize'''.
[[File:MOR_api_v2_bearerAuthorization.png]]
Now you can use the available APIs. Expand them to see the documentation.
<br><br>
<br><br>


Line 32: Line 38:


==Calls==
==Calls==
* [[MOR_API_drop_active_calls|drop_active_calls]] - drop active calls. [REST]
* [[MOR_API_drop_active_calls|drop_active_calls]] - drop active calls.
<br>
<br>


==Flash Calls==
==Flash Calls==
* [[MOR API flash calls|flash_calls]] - initiate a Flash Call. [REST]
* [[MOR API flash calls|flash_calls]] - initiate a Flash Call.
<br>
<br>


==AI Transcriptions==
==AI Transcriptions==
* [[MOR API Transcriptions AI|AI Transcriptions]] - recording voice-to-text. [REST]
* [[MOR API Transcriptions AI|AI Transcriptions]] - recording voice-to-text.
<br>
<br>

Latest revision as of 11:17, 9 January 2026

About

MOR API lets other software interact with MOR without knowing the internal structure of the database (DB) and other logic.

MOR users that are allowed to use the MOR API

  • Admin
  • Reseller
  • Accountant
  • Simple User



Usage

Open GUI using MOR IP/domain http://IP_or_Domain/billing/api/v2/api-docs/.

Press on Authorize and enter User credentials (Admin, Manager, Reseller, or User) to the basicAuth field and press Authorize.

MOR api v2 basicAuth.png

MOR api v2 basicAuth login.png

Copy the token and use it for JWT authentication.

MOR api v2 user auth.png

MOR api v2 user auth execute.png

MOR api v2 user auth token.png

Enter the token to bearerAuthorization authorization field and press Authorize.

MOR api v2 bearerAuthorization.png

Now you can use the available APIs. Expand them to see the documentation.

APIs

Calls


Flash Calls


AI Transcriptions