Skip to main content

Get Sender

GET 

/sender-details/:id

Get all details of a sender

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...