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. The FDX API is read-only and requires the read_only scope. 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
taxIdstringOptional

Tax identification number (e.g., EIN)

addresseslist of objectsOptional
businessCustomerobjectOptional
Business customer information.

Errors

401
Unauthorized Error
403
Forbidden Error
500
Internal Server Error