API Endpoints

This page is a placeholder. Content coming soon.

Base URL

https://api.lotx.org/v1

Endpoints

Account

MethodEndpointDescription
GET/accountGet account details
PUT/accountUpdate account

Email

MethodEndpointDescription
GET/messagesList messages
GET/messages/{id}Get a message
POST/messagesSend a message
DELETE/messages/{id}Delete a message

Domains

MethodEndpointDescription
GET/domainsList domains
POST/domainsAdd a domain
DELETE/domains/{id}Remove a domain

Response Format

All responses are returned in JSON format.

{
  "data": {},
  "status": "success"
}

Error Handling

Details about error codes and error response format.