{
  "message": "Welcome to Email Marketing Hypermedia API anonymous user, this site requires authentication.",
  "_links": [
    {
      "href": "/",
      "description": "Get API index.",
      "rel": "/docs/rels/get-index self"
    },
    {
      "href": "/accounts/{accountName}",
      "description": "Get account home.",
      "rel": "/docs/rels/get-account-home"
    },
    {
      "href": "/accounts/{accountName}/lists",
      "description": "Get a collection of Lists.",
      "rel": "/docs/rels/get-list-collection"
    },
    {
      "href": "/accounts/{accountName}/lists",
      "description": "Create a List.",
      "rel": "/docs/rels/create-list"
    },
    {
      "href": "/accounts/{accountName}/lists/{listId}",
      "description": "Get a List.",
      "rel": "/docs/rels/get-list"
    },
    {
      "href": "/accounts/{accountName}/lists/{listId}",
      "description": "Edit a List.",
      "rel": "/docs/rels/edit-list"
    },
    {
      "href": "/accounts/{accountName}/lists/{listId}",
      "description": "Delete a List.",
      "rel": "/docs/rels/delete-list"
    },
    {
      "href": "/accounts/{accountName}/lists/{listId}/subscribers",
      "description": "Get Subscribers of a List.",
      "rel": "/docs/rels/get-subscriber-collection"
    },
    {
      "href": "/accounts/{accountName}/lists/{listId}/subscribers",
      "description": "Associate Subscriber.",
      "rel": "/docs/rels/associate-subscriber"
    },
    {
      "href": "/accounts/{accountName}/lists/{listId}/subscribers/import",
      "description": "Import Subscribers.",
      "rel": "/docs/rels/import-subscribers"
    },
    {
      "href": "/accounts/{accountName}/subscribers/import",
      "description": "Import Subscribers.",
      "rel": "/docs/rels/import-subscribers"
    },
    {
      "href": "/accounts/{accountName}/subscribers/{email}",
      "description": "Get a Subscriber.",
      "rel": "/docs/rels/get-subscriber"
    },
    {
      "href": "/accounts/{accountName}/unsubscribed",
      "description": "Unsubscribe.",
      "rel": "/docs/rels/unsubscribe"
    },
    {
      "href": "/accounts/{accountName}/unsubscribed/import",
      "description": "Import Unsubscribed.",
      "rel": "/docs/rels/import-unsubscribed"
    },
    {
      "href": "/accounts/{accountName}/unsubscribed?from={from}&to={to}",
      "description": "Get a collection of Unsubscribed.",
      "rel": "/docs/rels/get-unsubscribed-collection"
    },
    {
      "href": "/accounts/{accountName}/fields",
      "description": "Get a collection of Fields.",
      "rel": "/docs/rels/get-field-collection"
    },
    {
      "href": "/accounts/{accountName}/tasks",
      "description": "Get a collection of Tasks.",
      "rel": "/docs/rels/get-task-collection"
    },
    {
      "href": "/accounts/{accountName}/tasks/{taskId}",
      "description": "Get a Task.",
      "rel": "/docs/rels/get-task"
    }
  ]
}