Welcome to the Panopto Community

Please note: All new registrants to the Panopto Community Forum must be approved by a forum moderator or admin. As such, if you navigate to a feature that is members-only, you may receive an error page if your registration has not yet been approved. We apologize for any inconvenience and are approving new members as quickly as possible.

Scheduling recordings using the Panopto REST API (v1) - Error: UnsupportedApiVersion

Hello, I need help with scheduling recordings using the Panopto REST API (v1)

I’ve registered an OAuth2 client with the type "Server-side Web Application".

I'm using the Authorization Code Flow and successfully receiving an access token.

I’m sending a POST request to this endpoint:

https://umch.cloud.panopto.eu/Panopto/api/v1/sessions

However, the API responds with:

"Error": {

    "Code": "UnsupportedApiVersion",

    "Message": "The HTTP resource that matches the request URI does not support the API version '1'."

  }

My questions:

1. Is the endpoint `/api/v1/sessions` correct for scheduling remote recordings?

2. Is this endpoint supported and enabled for my Panopto instance?

3. Are there any additional permissions or configuration settings needed for my OAuth2 client or user account?

4. If this endpoint is not available, which one should I use to schedule recordings?

I have also reviewed this documentation:

👉 [https://umch.cloud.panopto.eu/Panopto/api/docs/index.html#/](https://umch.cloud.panopto.eu/Panopto/api/docs/index.html#/)

Thank you for your assistance!

Tagged:
Sign In or Register to comment.