GET
/
sender
curl --request GET \
  --url https://api.jsxmail.org/sender \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "username": "<string>",
    "name": "<string>",
    "email": "<string>",
    "domainId": "<string>",
    "userId": "<string>",
    "createdAt": "2023-11-07T05:31:56Z"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200
application/json
Senders
id
string
required
username
string
required
name
string
required
email
string
domainId
string
userId
string
createdAt
string