Transactional

List transactional messages

Returns a list of your transactional messages—the transactional IDs that you use to trigger an individual transactional delivery. This endpoint does not return information about deliveries (instances of a message sent to a person) themselves.

get/v1/transactional

Response

Returns an array of transactional messages.

Example response

{
  "messages": [
    {
      "id": 2,
      "name": "password reset",
      "description": "sends a temporary password and lets the customer reset their password.",
      "created_at": 1552341937,
      "updated_at": 1552341937
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.