Skip to main content
PUT
/
core
/
assets
/
test-helpers
/
skip-assets-cooldowns
Skip assets cooldowns
curl --request PUT \
  --url https://api.enterprise.sandbox.uphold.com/core/assets/test-helpers/skip-assets-cooldowns \
  --header 'Authorization: Bearer <token>'
There are cooldowns that temporarily restrict certain asset features. By calling this endpoint, you can immediately bypass those cooldowns, rather than waiting for them to expire naturally. For example, when a user residing in GB is created, a 24-hour cooldown is applied before they can access certain asset functionalities. Using this endpoint clears that cooldown instantly, allowing the user to proceed without delay.
This is a Test Helper endpoint and should only be used in sandbox.

Authorizations

Authorization
string
header
required

OAuth 2.0 authentication.

Response

204

Assets cooldowns skipped successfully.