Skip to main content

Get Sender

GET 

/sender-details/:id

Retrieves all details of a specific Sender

Use this endpoint to view comprehensive information, including email address, display name, reply-to address, and associated portal address, allowing full management of your senders.

Request

Path Parameters

    id uuidrequired

    ID of the sender

Responses

successful operation

Schema
    name stringrequired
    email stringrequired
    replyTo string
    address stringrequired
    city stringrequired
    region stringrequired
    country stringrequired
    postalCode stringrequired
Loading...