Messages
Mailbox messages and conversation metadata.
GET /api/v1/messagesGET /api/v1/messages/{id} Read the live demo database through a typed, versioned API. Selected integration writes are implemented behind bearer-token authentication.
Mailbox messages and conversation metadata.
GET /api/v1/messagesGET /api/v1/messages/{id} Mail contacts and company details.
GET /api/v1/contactsGET /api/v1/contacts/{id} User-defined mailbox labels.
GET /api/v1/labelsGET /api/v1/labels/{id} Calendar events associated with the mailbox.
GET /api/v1/eventsGET /api/v1/events/{id} curl "https://mail.fastsme.com/api/v1/messages?limit=20"
python - <<'PY'
import requests
rows = requests.get("https://mail.fastsme.com/api/v1/messages", timeout=20).json()
print(rows["data"])
PY Runtime OpenAPI: /api/openapi.json · Stable compatibility schema: /swagger.json · Interactive docs: /api/docs