Transactional

Get a transactional message

Returns information about an individual transactional message.

get/v1/transactional/{transactional_id}

Response

Returns metadata for the transactional message ID in the path.

Example response

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

Changes

Changed in 1 of the 3 revisions of this API.1

    • added the media type application/json for the response with the status

      response-media-type-added