Get the inbound bill email address for the current organisation
Returns the unique email address the organisation and its allowed senders can forward bills to. The address carries a per-org secret 3-word token that routes the mail; only forwards from the org’s own users or explicitly-allowed senders (and passing email authentication) are imported — everything else is dropped and recorded in the ‘senders waiting’ list.
Authentication. An API key (x-dolfin-api-key) together with the x-dolfin-organisation-id header identifying the organisation, or a JWT Bearer token that carries the organisation in its claims.
Authorizations
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
Target organisation. Required when authenticating with an API key; omit for Bearer callers (resolved from the token).
Response
OK