get https://api.rainex.io/projects//charges/
Here are the enums that are contained in the answer:
name | value |
---|---|
status | Active |
channel | Web, AppStore, PlayStore |
Error codes:
NotFound | A charge with such an Id cannot be found |
Responses
Here are the enums that are contained in the answer:
name | value |
---|---|
status | Active |
channel | Web, AppStore, PlayStore |
Error codes:
NotFound | A charge with such an Id cannot be found |
xxxxxxxxxx
curl --request GET \
--url https://api.rainex.io/projects/your-site-name-1/charges/test-id \
--header 'accept: application/json'