Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
Request Code Samples
curl --location -g --request GET '{{base_url}}wallet/?company_id&company_type=Pre Paid&search=' \
--header 'Content-Type: application/json' \
--data-raw '{}'
Responses
application/json {
"count": 0,
"next": null,
"previous": null,
"results": {
"success": true,
"data": [
"string"
]
}
}
Modified at 2025-05-30 13:50:20