Skip to main content
GET
Get a customer

Authorizations

Authorization
string
header
required

Partner API key. Send the raw key as the Authorization header value — e.g. dk_test_… in sandbox or dk_live_… in production. Generate and rotate keys in the doola Partner Portal.

Path Parameters

customerId
string
required

doola customer ID (KSUID).

Response

200 - */*

OK

A partner customer.

doolaCustomerId
string

doola customer ID (KSUID).

email
string

Customer email address.

Example:

"founder@example.com"

firstName
string
Example:

"Ada"

lastName
string
Example:

"Lovelace"

countryOfResidence
string

ISO 3166-1 alpha-3 country of residence (e.g. USA).

Example:

"USA"

phoneNumber
string
Example:

"+12125550100"

source
enum<string>

How the customer was created.

Available options:
MCP,
PARTNER_API,
WHOP_APP,
DOOLA_DASHBOARDS
created
boolean

True if this request created the customer; false if it already existed.

companies
object[]

Companies owned by this customer. Returned only on the get endpoint.