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

3 query

3 total
Query · 3
pagestring

Page number (1-based) for pagination.

limitstring

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

contactExternalIdstring

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

Request

GET /bff/emailer/received-list

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

Response

JSON payload

{
  "success": true
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key