Secure Endpoint API V3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2024 10:46 AM
Hello!
I am working through the Cisco Secure Endpoint (formerly AMP) API documentation
https://developer.cisco.com/docs/secure-endpoint/#!authentication/authentication
and I am trying to register SecureX API Client as per the documentation above, but I can only see the legacy API form.
Please shed some light.
Thanks in advance!
- Labels:
-
AMP for Endpoints

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2024 11:01 AM
I'm not entirely sure I understand your issue, but are you in the SecureX User Interface? If so, Navigate to Administration on the top and select API Client from the menu on the left.
You should then see a Generate API Clients button.
When clicked, you'll get a popup that is the same as what is shown in the documentation.
Hope that helps,
-Matt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2024 11:09 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2024 11:20 AM
Could you show a screenshot please?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2024 11:04 AM
Hello,
Once you have integrated both SecureX and Secure Endpoint, you would need to collect 2 BearerTokens.
I use postman in my case, as it is easier for me to navigate through the GUI.
So, first I use the APIs I got from SX to get the first Oauth, I pass the Client ID and password as User and password:
The body will have the param get_credentials:
Once I got my Bearer Token, I will pass this over to Secure Endpoint.
The Auth type will be Bearer, and the Body will have also the parameter grant_type client_credentials.
This will result in the access token that you will use for the API calls.
Hope this helps.
