v1

latestOpenAPI 3.0.02026-08-067074272.5 KB
Dashboard

Get info on this specific dashboard

Returns the name and phone of the dashboard.

get/dashboards/{dashboard_id}

Path parameters

dashboard_idinteger required
Example:121

Id of dashboard

Response

Info on the specified dashboard.

idinteger

The dashboard identifier. This will be used with all API calls at dashboard level.

namestring

Name of the dashboard.

phonestring

Texting number associated with this dashboard.

timeZoneIdstring

The Time Zone of this dashboard. Used in Autoresponders and handling scheduling around time changes

Example response

{
  "id": 121,
  "name": "Marketing",
  "phone": "15551234567",
  "timeZoneId": "Eastern Standard Time"
}