Dope 360 Public API (1.0)

Download OpenAPI specification:Download

The Dope360 public API can be accessed via special API Tokens that you can generate from your account.

To generate a new token you can go to https://app.dopemarketing.com/account-details under the More tab.

Authentication

API Token

Security Scheme Type HTTP
HTTP Authorization Scheme bearer

List Automations

Authorizations:
query Parameters
type
string
Enum: "simple" "neighborhood"

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Run Automation

Authorizations:
path Parameters
automationId
required
string
Request Body schema: application/json
firstName
required
string
lastName
required
string
address1
required
string
address2
string
city
required
string
state
required
string
zip
required
string

Responses

Request samples

Content type
application/json
{
  • "firstName": "string",
  • "lastName": "string",
  • "address1": "string",
  • "address2": "string",
  • "city": "string",
  • "state": "string",
  • "zip": "string"
}

Response samples

Content type
application/json
{
  • "firstName": "string",
  • "lastName": "string",
  • "address1": "string",
  • "address2": "string",
  • "city": "string",
  • "state": "string",
  • "zip": "string"
}