Use the /api/fdx/v1/accounts endpoint to get a list of customer accounts in FDX format.
/api/fdx/v1/accounts endpoint to get a list of customer accounts 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_secret}{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. If you are requesting more than one account, separate each accountId with a comma.
Specify the type of results you want to see. Possible values include the following: - lightweight = Return the metadata fields only - details = Return a full list of details The default value of this parameter is lightweight.
An opaque cursor returned by the provider and used to retrieve the next page of results. Clients should pass this value unchanged to continue fetching data. The format of the string is internal and should not be interpreted or modified.
The maximum number of accounts that you want to return with this request. Use this field to set a limit on the amount of data you receive.