/from_addresses

Use this resource to view the list of available from addresses.

Secured By: Authentication Token
Description:

List from addresses available to your account.

Headers

Name Required Type Description
X-AUTH-TOKEN * string

An authentication token provided to you by GovDelivery.

Status

Body

Format: application/json

Example
[
  {
    "id": "1",
    "from_email": "email@sink.govdelivery.com",
    "from_name": "Weather Bot",
    "reply_to_email": "email-replies@sink.govdelivery.com",
    "bounce_email": "errors-to@sink.govdelivery.com",
    "is_default": true,
    "created_at": "2016-06-06T17:04:29Z",
    "_links": {
      "self": "/from_addresses/1"
    }
  },
  {
    "id": "2",
    "from_email": "others@sink.govdelivery.com",
    "from_name": null,
    "reply_to_email": null,
    "bounce_email": "errors-to@sink.govdelivery.com",
    "is_default": false,
    "created_at": "2016-06-06T17:04:52Z",
    "_links": {
      "self": "/from_addresses/2"
    }
  },
  {
    "id": "3",
    "from_email": "someone-else@sink.govdelivery.com",
    "from_name": "Your Agency Name",
    "reply_to_email": null,
    "bounce_email": "errors-to@sink.govdelivery.com",
    "is_default": false,
    "created_at": "2016-06-06T17:05:07Z",
    "_links": {
      "self": "/from_addresses/3"
    }
  }
]

Body

Format: application/json

Example
{
  "error": "Invalid authentication token"
}