cURL
curl --request GET \ --url https://api.collectpure.com/marketplace/get-trading-status/v1 \ --header 'x-api-key: <api-key>'
{ "data": { "tradingEnabled": true, "vacationMode": true } }
Check whether trading is currently enabled and whether vacation mode is active for the authenticated organization.
API key for authentication
Default Response
Show child attributes
Was this page helpful?