Aqueduct uses API keys to authenticate requests. You can view and manage your API keys in the dashboard.
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'