Retrieve messages

GET {{baseUrl}}/v1/messages?q=&limit=25&page=0

Request Params

KeyDatatypeRequiredDescription
qnull(Required)
limitnumber(Required)
pagenumber(Required)

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

[{"id":"123","to":"john.doe@example.com","from":"jane.doe@example.com","subject":"Hello there!","body":"This is the message","timestamp":"2023-03-01T10:30:00Z"},{"id":"234","to":"john.doe@example.com","from":"jane.doe@example.com","subject":"Hello there!","body":"This is the message","timestamp":"2023-03-01T10:30:00Z"}]