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
customerId
Unique identifier for the customer
name
A person's name.
type
Type of customer
taxId
Tax identification number (e.g., EIN)
addresses
businessCustomer
Business customer information.
Errors
401
Unauthorized Error
403
Forbidden Error
500
Internal Server Error

