DCDial Documentation

Getting Started with DCDial

Welcome to DCDial's API Documentation!

Introduction

 

The DCDial API V2 is built from the ground up as a REST API. We provide easy to understand resource URLs, features and functionality, and adherence to industry practices . Using many HTTP standards and features, the API can be consumed by any HTTP client, and no 3rd party SDKs are required. JSON responses will be returned from all API endpoints.

DCDial exposes its data via an Application Programming Interface (API), so developers can interact in a programmatic way with the DCDial application. This document is the official reference for that functionality. The current API version is 2.0.

Use the webhooks API to receive notifications of important DCDial events. Select the resource to listen to, and then choose the resource events to receive notifications on. When an event triggers, a POST will be made to the callback URL with a payload of notification information.

Our API can be accessed at https://api.dcdial.com/api/If you’re looking for some help getting started with the DCDial API, feel free to reach out to our support team with any questions!

Notice HTTPS

This goes over HTTPS because you’ll be sending plain text for your requests, specifically concerning the
authentication requests.