Sender Identities

List sender identities

Returns a list of senders in your workspace. Senders are who your messages are "from".

get/v1/sender_identities

Response

Returns an array of sender_identities.

nextstring

Indicates the next page of results. Add ?start=<next_value> to the request to get the next page of results.

Example response

{
  "sender_identities": [
    {
      "id": 4534,
      "deduplicate_id": "4534:1478035647",
      "name": "Cher Ami",
      "email": "test@example.com",
      "address": "Cher Ami <test@example.com>",
      "template_type": "email",
      "auto_generated": false
    }
  ]
}

Changes

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