GET
/
v1
/
customer-portal
/
customers
/
{id}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The customer ID.

Response

200
application/json
Successful Response
created_at
string
required

Creation timestamp of the object.

modified_at
string | null
required

Last modification timestamp of the object.

id
string
required

The ID of the object.

email
string
required
email_verified
boolean
required
name
string | null
required
billing_address
object | null
required
tax_id
any[] | null
required
oauth_accounts
object
required