Basic Auth
Basic Auth Request using cURL
The DTM API requires authentication on every endpoint using HTTP Basic Auth over HTTPS.
Basic auth credentials should be sent in the format of ORG_ID:API_Key
in place of Username:Password
. Credentials must be sent with every request.
Last updated