Skip to main content

Get OAuth configuration

GET 

/v1/oauth/:mailer_id

Get OAuth configuration for a specific email service provider

Request

Path Parameters

    mailer_id stringrequired

    Mailer ID

Responses

OAuth configuration retrieved successfully

Schema

    active boolean
    config object
    config_type string
    connection_type string
    email string
    include_sent boolean
    include_spam boolean
    include_trash boolean
    mailer_id string
    name string
    provider string
    strict_replies boolean

    webhook

    object

    event stringrequired

    Possible values: [BASIC_IMAP]

    headers object
    method stringrequired

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

    webhook_url stringrequired
Loading...