curl --request GET \
--url https://incoming.qomon.app/v1/code_campaigns \
--header 'Authorization: Bearer <token>'{
"status": "success",
"data": [
{
"code": "<string>",
"CreatedAt": "2023-11-07T05:31:56Z",
"UpdatedAt": "2023-11-07T05:31:56Z"
}
]
}curl --request GET \
--url https://incoming.qomon.app/v1/code_campaigns \
--header 'Authorization: Bearer <token>'{
"status": "success",
"data": [
{
"code": "<string>",
"CreatedAt": "2023-11-07T05:31:56Z",
"UpdatedAt": "2023-11-07T05:31:56Z"
}
]
}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?