Get your vacation mode
Returns whether vacation mode is on. While it's on, your listings are hidden from the Marketplace and buyers can't order from you; your inventory is kept and comes back when you turn it off.
Requires the account:read scope.
Responses
- application/json
- application/json
- application/json
- application/json
- application/json
- application/json
- application/json
Request Example for get/account/vacation
curl https://public-api.cardnexus.com/v1/account/vacation \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
"enabled": false,
"status": "active",
"since": null
}