post https://api.rainex.io/projects//charges/query
Here are the enums that are contained in the answer:
name | value |
---|---|
status | Active |
channel | Web, AppStore, PlayStore |
Responses
Here are the enums that are contained in the answer:
name | value |
---|---|
status | Active |
channel | Web, AppStore, PlayStore |
xxxxxxxxxx
curl --request POST \
--url https://api.rainex.io/projects/your-site-name-1/charges/query \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '{"sortKind":"desc"}'