cURL
curl --request GET \ --url https://api.example.com/partner/clover/accounts/{account_id} \ --header 'X-API-NONCE: <x-api-nonce>' \ --header 'X-API-SIGNATURE: <x-api-signature>' \ --header 'X-API-SUBSCRIPTION-KEY: <x-api-subscription-key>' \ --header 'X-API-TIMESTAMP: <x-api-timestamp>'
{ "message": "<string>", "data": { "id": "<string>", "account_number": "<string>", "account_group": "<string>", "account_title": "<string>", "name": "<string>", "dba_name": "<string>" } }
Given a customer, retrieve its accounts from a financial provider.
Signature header
Timestamp header
Nonce header
Account ID header
Successful Response
Schema used to serialize a partner account object.
Show child attributes