customers

Get customer by user profile ID.

Get a customer by user profileID with joined data from user_profile, account_relationships, and account tables.

get/v1/customers/{id}

Path parameters

idstring required

The Customer ID (user profile ID).

Query parameters

account_idstring required

Account ID for authentication validation.

Response

OK

idstring required

The user profile ID.

namestring required

The account name.

emailstring required

The customer email.

created_atstring required

The creation timestamp.

stripe_customer_idstring nullable

The Stripe customer ID.

active_subscriptionstring nullable

The active subscription ID.

github_user_namestring nullable

The GitHub username.

active_accountstring nullable

The active account ID.

Changes