curl --request POST \
--url http://api.stuut.ai/v1/payments/export \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'accept: <accept>' \
--data '
{
"approved_only": false,
"since": "2023-11-07T05:31:56Z"
}
'{
"data": {},
"error": "<string>",
"message": "<string>"
}curl --request POST \
--url http://api.stuut.ai/v1/payments/export \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'accept: <accept>' \
--data '
{
"approved_only": false,
"since": "2023-11-07T05:31:56Z"
}
'{
"data": {},
"error": "<string>",
"message": "<string>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
application/json, text/csv Successful response