Overview

Learn what you can do with the API and what concepts you should understand before you start.

This API helps you send messages and retrieve information about messages, contacts, owners, among others.

Before you start, you should understand web programming concepts and JSON data formats. The API is HTTP-based. It follows REST conventions.

You authorize requests with JSON Web Tokens (JWTs). Request and response bodies use JSON.

Built-in capabilities include:

  • Resource create, retrieve, update, and delete (CRUD) operations

  • Data validation

  • Result pagination

  • Result filtering