Accounting Accounts
System
Status
Authorizations
x-api-keystringRequired
Use the API key to access all API endpoints.
Path parameters
consentIdstring Β· uuidRequired
Identifier of the consent representing the connection to the accounting system.
Query parameters
Countinteger Β· int32 Β· min: 1 Β· max: 100Optional
Number of records to return per page. Range: 1-100.
CurrentPageinteger Β· int32 Β· min: 1 Β· max: 2147483647Optional
Page number to return. Must be 1 or greater.
Header parameters
x-correlation-idstring Β· uuidRequired
Unique identifier used to correlate and trace this request.
Responses
200
Returns a paginated list of accounting accounts for the specified consent.
Represents a paginated result containing metadata and a collection of items.
401
Missing or invalid authentication credentials.
403
Not authorized to access this resource.
501
This operation is not supported by the connected accounting system.
application/json
get
/api/v1/consents/{consentId}/accountingaccountsLast updated
Was this helpful?
