Authentication
Getting started
In order to authenticate your requests to the Radiant API, we use API Keys. It is important to keep your API Key private and secure.
Create API Key
Request your API key here.
Basic Example
All API calls require the x-api-key
header and contain your API Key. For an example of how to do this, see the code snippet below: