Skip to main content
POST
Allow a sender to forward bills to a company

Authorizations

x-dolfin-api-key
string
header
required

An API key issued to your client. It carries the client's scope; org-scoped calls also require the x-dolfin-organisation-id header. Keys are created and revoked by a client administrator.

Headers

x-dolfin-client-id
string<uuid>

Target client. Required when your credential grants access to more than one client; omit when it resolves a single client.

Path Parameters

companyId
string<uuid>
required

Body

application/json
kind
enum<string>
required

Whether Value is a full email address ('Address') or a whole domain ('Domain').

Available options:
Address,
Domain
value
string
required

The email address ([email protected]) or bare domain (vendor.com) to allow.

Response

Created

id
string<uuid>
required
kind
enum<string>
required

Whether Value is a full email address or a whole domain.

Available options:
Address,
Domain
value
string
required

The allowed email address or domain (lowercased).

createdAt
string<date-time>
required