Skip to main content
GET
/
api
/
external
/
v1
/
transactions
Get transactions
curl --request GET \
  --url https://api.dancity.app/api/external/v1/transactions \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>",
  "data": "<unknown>"
}

Authorizations

Authorization
string
header
required

Merchant API key from the Dancity dashboard.

Query Parameters

page
integer
default:1
limit
integer
default:10
Required range: x <= 100
start_date
string<date-time>
end_date
string<date-time>
service
string
status
string
tranxType
string
query
string
filter
boolean
isBulk
boolean

Response

OK

success
boolean
Example:

true

message
string
data
any