Use the /api/fdx/v1/accounts/ endpoint to get information about a particular customer account in FDX format.
/api/fdx/v1/accounts/{accountId} endpoint to get information about a particular customer account in FDX format.
To successfully call this endpoint, you must first call the /Token endpoint to obtain a valid access_token using:
authorization_code or refresh_token{recipient client_id}{recipient client_id}{recipient redirect_uri}{with grant type authorization_code}{with grant type refresh_token}Response is different for each Data Provider
This endpoint returns different fields for each Data Provider. For more information about the fields that each Data Provider supports, review the Data Provider’s details.Bearer token obtained from the /Token endpoint.
The ID of the customer account that you want to retrieve.
Returned when the account details are successfully retrieved.