Basic Auth
Basic Auth Request using cURL
curl https://api.getdor.com/dtm-api/v1/locations \
-u tm_8hHhG7gf9shhd:0ShG8gLReppO9Vm74PUSyesec87EhH;
Or...
curl https://tm_8hHhG7gf9shhd:[email protected]/dtm-api/v1/locations
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