Base URL
https://api.shipradian.com
Authentication
All requests need to have an API Key. Please request the Radian team or your contact to provide you with the API Key.
This key needs to be passed in the header X-Api-Key of the request.
Status Endpoint
There is a Status endpoint to check the status of the API. A sample request can be made as below -
curl -X GET https://api.shipradian.com/status
This should yeild a response as below -
{
"error": 0,
"message": "API is running..."
}