curl --request GET \
--url https://incoming.qomon.app/v1/donation_prices \
--header 'Authorization: Bearer <token>'{
"status": "success",
"data": [
{
"id": 123,
"CreatedAt": "2023-11-07T05:31:56Z",
"UpdatedAt": "2023-11-07T05:31:56Z",
"amount": 123,
"currency": "<string>",
"allow_custom_amount": true,
"name": "<string>",
"hidden": true,
"kind": "<string>"
}
],
"total": 123
}curl --request GET \
--url https://incoming.qomon.app/v1/donation_prices \
--header 'Authorization: Bearer <token>'{
"status": "success",
"data": [
{
"id": 123,
"CreatedAt": "2023-11-07T05:31:56Z",
"UpdatedAt": "2023-11-07T05:31:56Z",
"amount": 123,
"currency": "<string>",
"allow_custom_amount": true,
"name": "<string>",
"hidden": true,
"kind": "<string>"
}
],
"total": 123
}Documentation Index
Fetch the complete documentation index at: https://qomon-86428773.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Number of items to query (for pagination)
Offset of items to query (for pagination)
Was this page helpful?