Quickly toggle a shortened URL’s status between ACTIVE and INACTIVE without modifying other properties.
Authentication: Required (JWT token or session cookie)
API Key: Required (must have urls:manage or admin:all scope)
Rate Limits: 60/min, 5000/day
Ownership: Can only update URLs owned by your account
Status Values:
ACTIVE - URL is accessible and redirects normallyINACTIVE - URL is disabled and returns an error pageUse Cases:
Note: This is a convenience endpoint. You can also update status using the main PATCH /urls/ endpoint.
API key in format: spoo_
MongoDB ObjectId of the URL
New status for the URL
ACTIVE, INACTIVE