GET
/
v1
/
c
/
customer
/
{customer_id}

Authorizations

wb-key
string
headerrequired

Path Parameters

customer_id
string
required

Response

200 - application/json
address
object

Physical address. Used by both Customer and WbCustomer entities.

contracts
object[] | null

Contracts signed by this Customer

created
string
required

Date created

customer_reference
string | null

Customer Reference. May contain a reference to an external system

emails
object
required

Email addresses associated with this customer

id
string
required

Unique identifier of an object. Consists of object class prefix and a UUID

name
string | null

Customer Name

notes
string | null

Customer notes

status
enum<string>
required

Status of the Customer

  • Active - customer is active
  • Inactive - Customer account was deactivated
  • Temporary - Customer was created, but registration process was not completed
Available options:
active,
inactive,
temporary