cURL
curl --request GET \ --url https://staging-vouchers.ventogram.com/api/v1/merchants \ --header 'X-Api-Key: <api-key>' \ --header 'X-Api-User: <api-key>'
{ "success": true, "message": "<string>", "data": { "email": "<string>", "username": "<string>", "expires": "2023-10-03T09:21:05.197Z", "logo": "https://www.example.com/favicon", "creditCurrency": "NGN" } }
Retrieves merchant record - username, email, callback URL, merchant logo, creditCurrency, API key expiry date-time
successful operation
true
false
Show child attributes
Merchant email address
Merchant username
API key expiry date and time
"2023-10-03T09:21:05.197Z"
Merchant logo URL
"https://www.example.com/favicon"
Merchant's credit currency
NGN
USD