Get current customer

Get the organization-level identity for the current authenticated customer. Returns org-level data (nonprofit name, EIN, address). Individual control-person data is excluded because consent is org-level.

Authentication

AuthorizationBearer

OAuth 2.0 Bearer token. A client may hold both scopes, but each FDX authorization must contain exactly one — they are mutually exclusive per authorization. An authorization containing both will be rejected. See the Authentication page for token exchange details.

Response

The current authenticated customer
customerIdstring
Unique identifier for the customer
nameobject
A person's name.
typeenum
Type of customer
taxIdstring

Tax identification number (e.g., EIN)

addresseslist of objects
businessCustomerobject
Business customer information.

Errors

401
Unauthorized Error
403
Forbidden Error
500
Internal Server Error