Skip to main content

Get the IMAP Config

GET 

/v1/imapbasic/get/:mailer_id

This endpoint gets the IMAP config by mailer_id

Request

Path Parameters

    mailer_id stringrequired

    Mailer ID

Responses

IMAP Config

Schema

    active boolean
    config
    config_type string
    connection_type string
    email string
    include_sent boolean
    include_spam boolean
    include_trash boolean
    name string
    strict_replies boolean
    success boolean
Loading...