Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

ADT Access Codes API

Manage access codes and user permissions

ADT Access Codes API is one of 10 APIs that ADT publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 2 JSON Schema definitions.

Tagged areas include Access Codes. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a JSON-LD context, and 2 JSON Schemas.

This API exposes 3 operations across 2 paths, and defines 4 schemas. It is described by OpenAPI 3.0.3, at version 1.

Requests are made against a single base URL, https://api.adt.com/business/v1.

3 operations 2 paths 4 schemas 1 DELETE1 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1
Base URL
https://api.adt.com/v1
Authentication
OAuth 2.0
Terms of Service
Resource Areas
1

Authentication & Security 1

ADT Access Codes API declares 1 security scheme for authenticating requests. It supports OAuth 2.0 (oauth2) using the clientCredentials flow, exposing 4 scopes. By default, every request must be authenticated.

Paths & Operations 3

Across 2 paths, the API surfaces 3 operations — 1 DELETE, 1 GET, 1 POST. Each is listed below with its method, path, parameters, and response codes.

Access Codes 3

Manage access codes and user permissions

GET
/systems/{systemId}/access-codes
ADT List Access Codes
getAccessCodes 1 param → 200
POST
/systems/{systemId}/access-codes
ADT Create an Access Code
createAccessCode 1 param body → 201
DELETE
/systems/{systemId}/access-codes/{codeId}
ADT Delete an Access Code
deleteAccessCode 2 params → 204404

Schemas 4

The contract defines 4 schemas that model the data the API accepts and returns. The most detailed are AccessCode (5 properties), AccessCodeInput (4 properties), ErrorResponse (2 properties), AccessCodeList (1 property). Each schema is shown below with its type and property counts.

AccessCodeList
object
List of access codes.
1 property
AccessCode
object
An access code for a security system.
5 properties
AccessCodeInput
object
Request to create an access code.
4 properties 3 required
ErrorResponse
object
API error response.
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

adt-access-codes-api-openapi.yml Raw ↑

Other APIs ADT publishes across the network.

ADT Access Control API
ADT Automation API
ADT Devices API
ADT Events API
ADT Reports API
ADT Security Systems API
ADT Sites API
ADT Users API
ADT Video API