C

Conductor Data API

REST discovered

Details
URL
https://api-universal.conductor.com/data-api/v1
Docs
https://www.conductor.com/docs/data-api/introduction-to-conductors-api
Authentication
Conductor Data API key ?apiKey=<credential> + Conductor Data API secret used to compute request signatures ?sig=<credential> discovered
Conductor Data API key api_key Get key ↗

In Conductor, open Intelligence or Monitoring Settings and find API keys and secrets. The support article says API access must be enabled on your subscription; if you do not see API access, contact your Conductor account team or Support. Use the key as the apiKey query parameter.

Conductor Data API secret used to compute request signatures compound Get key ↗

In the same Conductor Settings area where API access is enabled, copy your API secret alongside your API key. Use it to compute the sig query parameter as an MD5 of `apiKey + secret + unix_timestamp` as shown in Authentication.