# Overview

## Overview <a href="#dor-api-v2" id="dor-api-v2"></a>

The DTM API provides an interface for developers to access Foot Traffic and related metrics for existing Locations and Organizations. Our API is designed to adhere to REST principles and returns JSON-encoded data using standard HTTP response codes and verbs.

#### Base URL <a href="#base-url" id="base-url"></a>

```url
https://api.getdor.com/dtm-api/v1/
```

This documentation provides information about each endpoint in the API. All pages show example requests and responses for each endpoint using [cURL](https://en.wikipedia.org/wiki/CURL).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.getdor.com/dtm-docs/dtm-api/overview.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
