Skip to main content
GET
/
customers
/
{customerId}
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "name": "<string>",
  "handle": "<string>",
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z",
  "billingAddress": {
    "street1": "<string>",
    "street2": "<string>",
    "postalCode": "<string>",
    "city": "<string>",
    "county": "<string>",
    "country": "<string>",
    "state": "<string>"
  },
  "paymentTerm": "<string>",
  "email": "<string>",
  "currency": "<string>",
  "collectionMode": "automatic"
}

Headers

x-environment
string<uuid>
required

Configure which environment the request will handle. If the provided credentials do not allow access to this specified environment, a 403 Forbidden response is returned.

Path Parameters

customerId
string<uuid>
required

Id of customer to retrieve.

Response

OK

id
string<uuid>

Unique id of the customer.

name
string | null

Name of the customer.

handle
string | null

Unique handle of the customer.

createdAt
string<date-time>

Date and time when the product was created.

updatedAt
string<date-time> | null

/// Date and time when the product was last updated.

billingAddress
object
paymentTerm
string | null

Preferred payment term of customer. See https://docs.plude.io/invoicing/payment-terms.

email
string | null

Email of the customer.

currency
string | null

Optional sets the preferred currency of this customer.

collectionMode
enum<string>
Available options:
automatic,
send_invoice,
draft_invoice