BizKitHub
DocsAPI ReferenceEmailer/bff/emailer/received-list
getEmailerAdmin BFF

/bff/emailer/received-list

Returns a paginated list of inbound e-mails pulled from Resend into the organisation mailbox.

EmailergetBffEmailerReceived-list

Parameters

4 query

Query parameters

· 4
pagestringOptional

Page number (1-based) for pagination.

Example1
limitstringOptional

Maximum items per page (1–500, default 50).

Example50
contactExternalIdstringOptional

Filter by any participant contact external ID (from/to/cc/bcc/replyTo).

Exampleexample_contactExternalId
filterFulltextQuerystringOptional

Fulltext query — matches the message subject and plain-text body.

Exampleexample_filterFulltextQuery

Response schema

1 status code documented

200Success

This response returns no JSON body.

Response example

application/json
{
  "success": true
}

Request example

GET /bff/emailer/received-list

get
curl -X GET "https://api.bizkithub.com/bff/emailer/received-list?page=1&limit=50&contactExternalId=example_contactExternalId&filterFulltextQuery=example_filterFulltextQuery" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY"

Need an API key?

All BizKitHub public API endpoints require authentication via API key.

Get API Key