cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
798
Views
0
Helpful
3
Replies

REST API troubles

Hi, guys

I've been registering my integration in My Apps sections. Got client_id, etc. Gave analytics:read_all, spark:all roles

exchanged the code for a access_token and now i'm trying basicly get some info, for example the list of report template using Postman

using http Get method, https://webexapis.com/v1/report/templates and Bearer token with my access_token i get this result:

 

    "message""Only admin is allowed to use this resource.",
    "errors": [
        {
            "description""Only admin is allowed to use this resource."
        }
    ],
    "trackingId""ROUTER_62EA5C27-ADBE-01BB-4F72-0AFDD8A64F72"

The same result i get in simulator at address https://developer.webex.com/docs/api/v1/report-templates/list-report-templates

no mather if using personal access_token or the integration access_token.

Could i get some support here?

Thanks in advance!

 

p.s. our pricing plan is Pro-pack, in Control hub i have admin access.

1 Accepted Solution

Rudrakshi
Cisco Employee
Cisco Employee

The integration is created by user: aleksandr.buliga@veeam.com. This user does not seem to have full admin access (ref. attachment). Could you please verify again? In case of further questions/doubt you may drop an email to devsupport@webex.com along with the access token you are using for the APIs.



Best regards,
Rudrakshi Srivastava

View solution in original post

3 Replies 3

Rudrakshi
Cisco Employee
Cisco Employee

The integration is created by user: aleksandr.buliga@veeam.com. This user does not seem to have full admin access (ref. attachment). Could you please verify again? In case of further questions/doubt you may drop an email to devsupport@webex.com along with the access token you are using for the APIs.



Best regards,
Rudrakshi Srivastava

Thanks a lot, i'll update roles and try it again.

up