Skip to main content
Use you API key by including it in the header of any requests made to Aqueduct. API requests must be made over HTTPS.
curl --request GET \
     --url https://api.tryaqueduct.com/v1/example \
     --header 'Accept: application/json' \
     --header 'Authorization: Api-Key {Aqueduct-API-Key-Here}' \
     --header 'Content-Type: application/json'