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>'

Documentation Index

Fetch the complete documentation index at: https://developer.uphold.com/llms.txt

Use this file to discover all available pages before exploring further.

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 can only be used in Sandbox.

Authorizations

Authorization
string
header
required

OAuth 2.0 authentication.

Response

204

Assets cooldowns skipped successfully.