Logo
Cisco Secure Endpoint API Documentation

1-Orbital Generate Token

POST https://{{orbital_service}}/v0/oauth2/token

This API Call uses the SecureX defined API credentials to connect to the Orbital API to generate an OAUTH2 token for further API calls.

The Token gets stored in the Variable OrbitalOauthToken.

Check the Test Script how the value gets stored.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status





Curl
curl -X POST 'https://orbital_service/v0/oauth2/token'

ENDPOINTS