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.
[- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "description": "string",
- "type": "simple",
- "mailPieces": 1,
- "status": "draft",
- "createdAt": "2019-08-24T14:15:22Z"
}
]
automationId required | string |
firstName required | string |
lastName required | string |
address1 required | string |
address2 | string |
city required | string |
state required | string |
zip required | string |
{- "firstName": "string",
- "lastName": "string",
- "address1": "string",
- "address2": "string",
- "city": "string",
- "state": "string",
- "zip": "string"
}
{- "firstName": "string",
- "lastName": "string",
- "address1": "string",
- "address2": "string",
- "city": "string",
- "state": "string",
- "zip": "string"
}