Skip to main content
POST
Create customer

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-organisation-id
string<uuid>

Target organisation. Required when authenticating with an API key; omit for Bearer callers (resolved from the token).

Body

application/json
name
string
required
email
null | string
phone
null | string
taxNumber
null | string
addressLine1
null | string
addressLine2
null | string
city
null | string
state
null | string
postalCode
null | string
country
null | string

ISO 3166-1 alpha-2 country code (e.g. GB, US, DE)

Response

Created

name
string
required
id
string<uuid>
organisationId
string<uuid>
email
null | string
phone
null | string
taxNumber
null | string
addressLine1
null | string
addressLine2
null | string
city
null | string
state
null | string
postalCode
null | string
country
null | string

ISO 3166-1 alpha-2 country code (e.g. GB, US, DE)

createdAt
string<date-time>
createdBy
null | string<uuid>
updatedAt
string<date-time>
updatedBy
null | string<uuid>