Add an API Application
API Authentication is performed via HTTP Basic Authentication (external site), using API Application credentials (Application ID and Secret Key), which you create in Celtra.
To generate an API application:
Navigate to the User Settings page in Celtra.
Under the API Apps tab, click +Add API App.
Enter a name for the new API Application, and click SAVE.
The new API application is added to the top of the list.Make sure to check the Write Access box - this is required when creating POST requests.
After you create the API Application, copy and save the APP Id and Secret key values to use when you create the API URL.