Data Observability platform Help

Authentication

Authentication with DQM API is done using an API key

Example of Authorization header

All requests made to the API must contain Bearer token in request header

curl \ -H "Authorization: Bearer $DQM_API_KEY" \ "https://dqm_url/api/v1/executions/current"
Last modified: 22 July 2024