Skip to main content
GET
List email submissions

Authorizations

Authorization
string
header
required

Token YOUR_API_TOKEN

The APIs require authentication to be done using header-based API Key and Secret Authentication.

API key and secret are sent va the Authorization request header.

You send your API key and secret in the following way:

Authorization: Token YOUR_API_KEY

Query Parameters

include
string

Allowed: account, user, documents, documents.last_document_representation. Defaults to documents + documents.last_document_representation.

page[number]
integer
Required range: x >= 1
page[size]
integer
Required range: x >= 1

Response

OK

data
Email Submission · object[]
included
(Account model · object | any | Email Submission Document · object | Document Representation · object)[]
meta
meta · object