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

    webhook

    object

    event stringrequired

    Possible values: [BASIC_IMAP]

    headers object
    method stringrequired

    Possible values: [GET, POST, PUT, DELETE, PATCH]

    webhook_url stringrequired
Loading...