GET All Widget Deposits

Get customer transactions

get

Get customer transactions

This endpoint retrieves the details about all transactions of all widget's customers based on the provided WIDGET_API_KEY.

Request

Headers

  • Authorization: Bearer {{WIDGET_API_KEY}}

Query Params

  • limit: number

  • offset: number

  • customerId: string

Response

  • Status: 200 OK

  • Content Type: application/json

Response Body

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
offsetintegerOptionalExample: 0
limitintegerOptionalExample: 5
customerIdstringOptional
Responses
200

OK

application/json
Responseobject
get
/v1/customer/incoming-transaction
200

OK

Last updated

Was this helpful?