# Meta Sender List

Retrieve a list of all metasenders and their configuration settings. A metasender is a sender available for use by the Primary API Key and all sub-accounts. The e-mail address or domain has to be registered and validated before being used to send e-mails. Validation is done by contacting the Mailjet Support team. In order to manage a sender available for a single API Key, see the related /sender resource.

> Note: The maximum number of senders and metasenders per user is 100. This includes both validated (Active) and non-validated (Inactive) ones, but does not include Deleted senders / metasenders.

Endpoint: GET /v3/REST/metasender
Version: 1.0.0
Security: basicAuth

## Query parameters:

  - `DNS` (integer)
    Retrieves only metasender objects linked to this DNS ID.

## Response 200 fields (application/json):

  - `Count` (integer)
    Indicates the number of objects in the Data array.

  - `Data` (array)
    A JSON array containing a list of objects returned by this endpoint.

  - `Data.CreatedAt` (string)
    Timestamp indicating when this metasender object was created.

  - `Data.Email` (string)
    The email address for this metasender. Domains are registered with an asterisk in place of the local part - e.g. *@domain.com.

  - `Data.Filename` (string)
    Filename expected on the domain name webserver. Used to validate the metasender via the /sender/{sender_id}/validate resource.

  - `Data.ID` (integer)
    Unique numeric ID for this metasender.

  - `Data.IsEnabled` (boolean)
    Indicates whether the metasender was activated or not.

  - `Data.Description` (string)
    User-provided readable description of the domain.

  - `Total` (integer)
    Indicates the number of objects in the Data array.


## Response 400 fields

## Response 401 fields

## Response 403 fields

## Response 404 fields

## Response 429 fields

## Response 500 fields
