Transactions
List transactions
🔐 This endpoint requires one of the following scopes:
- transaction:manage
- transaction:read
- transaction:write
Authorizations
OAuth2authorizationCodeRequiredAuthorization URL: Token URL: Refresh URL:
OAuth2 Bearer token authentication
Available scopes:
- : Allow read & write access to My Authors
- : Allow read access to My Authors
- : Allow write access to My Authors
Query parameters
pageintegerOptional
Search results are limited to 100 items. Specify page number to read more than the first page.
Responses
200
Lists transactions
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
get
/v1/clients/transactionsParameters
Name
Type
Description
Transaction types
Code samples
List invoices
Parameters
Name
Type
Description
Transaction types
Authorizations
OAuth2authorizationCodeRequiredAuthorization URL: Token URL: Refresh URL:
OAuth2 Bearer token authentication
Available scopes:
- : Allow read & write access to My Authors
- : Allow read access to My Authors
- : Allow write access to My Authors
Responses
200
Lists invoices
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
get
/v1/clients/invoicesCode samples
List receipts
List available receipts.
Authorizations
OAuth2authorizationCodeRequiredAuthorization URL: Token URL: Refresh URL:
OAuth2 Bearer token authentication
Available scopes:
- : Allow read & write access to My Authors
- : Allow read access to My Authors
- : Allow write access to My Authors
Responses
200
Lists receipts
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
get
/v1/clients/receiptsCode samples
Last updated
Was this helpful?