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
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

