Access to Services API Contracts
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2023 10:20 AM
i apparently have access to the contracts Services API, as i can now connect to the URL https://apx.cisco.com/cs/api/v1/customer-info/customer-details and not get access denied. But now, im getting {"message":"Bad Request. Please check the HTTP method.","error":"org.mule.module.apikit.exception.MethodNotAllowedException"} when i try and access https://apx.cisco.com/cs/api/v1/customer-info/customer-details. I dont see any required fields to post in the header in the docs. does anyone have this working? am i missing some permission still?
- Labels:
-
Support APIs

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2023 06:30 AM
Connect with me https://bigevilbeard.github.io
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2023 11:09 AM
thank you... nice catch. overlooked the obvious.
for the get, i got
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2023 12:30 PM
The docs are located at devnet I think this is what you are looking for https://developer.cisco.com/docs/support-apis/#!user-onboarding-process/user-onboarding-process
After that I would double check your user account has access and the correct role permissions, as that’s normally why you get the 403.
Hope this helps.
Connect with me https://bigevilbeard.github.io
