OX API Authentication
To start using OX API, you need to get a new API token.
Last updated
To start using OX API, you need to get a new API token.
Last updated
To get a new API key:
From the left pane of OX dashboard, select Settings > API Key Settings.
In the API Key Settings window, select CREATE API KEY.
In the Create API Key box set the following and select CREATE:
API Key Name: Add a meaningful name that is easy to identify. It is good practice to include the key's intended purpose in the name.
API Key Type: Select API Integration.
Expiration Date: Until when you can use this key.
Copy the API Key Secret to be used when connecting to APIs. Save the key it in a safe location. This is the only time when you can see and copy the actual key.
Select CLOSE. The new key appears in the API Key Settings page.
In the Postman, add the collection and then:
Select request method Post.
Use the following URL: https://api.cloud.ox.security/api/apollo-gateway
In the Headers > Authorization, add the OX API Key.
In the Body section, add query and click Send.