跳到主要内容

Get the SMTP test process status

GET 

{baseUrl}/api/2.0/smtpsettings/smtp/test/status

Returns the SMTP test process status.

Responses

SMTP operation status

Schema
    completedboolean

    Specifies if the SMTP operation is completed or not

    Example: true
    idstringnullable

    SMTP operation ID

    Example: {some-random-guid}
    errorstringnullable

    SMTP operation error

    Example:
    statusstringnullable

    SMTP operation status

    Example:
    percentsint32

    Percentage of SMTP operation completion

    Example: 0

Authorization: asc_auth_key

name: asc_auth_keytype: apiKeyscopes: read,writein: cookie
curl -L '/api/2.0/smtpsettings/smtp/test/status' \
-H 'Accept: application/json'
Request Collapse all
Base URL
Auth
ResponseClear

Click the Send API Request button above and see the response here!