« Back to Documentation Overview

get_account_from_fields

Section: Accounts
Version: 1.5.0


Get list of email addresses assigned to account.

In case of more than one from field, system will return every one enclosed in separate json object with unique FROM_FIELD_ID


Parameters
stringAPI_KEY
Return Value
objectFROM_FIELD_ID
stringcreated_on2009-01-01 00:00:00
stringemailalso.me@another-emailaddress.com
stringnameMy Other Name

Example Request JSON

[
    "API_KEY"
]

Example Response JSON

{
    "FROM_FIELD_ID": {
        "created_on": "2009-01-01 00:00:00",
        "email": "also.me@another-emailaddress.com",
        "name": "My Other Name"
    }
}
API-wide Errors
API key verification failed API key verification failed
API client IP not allowed API client IP not allowed
Invalid params Attribute params must be reference to hash