Pulse API
  1. Authorization
Pulse API
  • Introduction
    • Introduction
    • Getting Started
    • Basic concepts
  • Services
    • Backoffice
      • Authentication
        • Generate Access Token
        • Generate Refresh Token
      • Authorization
        • Rotate Key (User)
          POST
        • Register Application
          POST
        • List (Application)
          GET
        • Rotate Key (Application)
          POST
        • Revoke Key (Application)
          POST
        • Activate Key (Application)
          POST
      • Usage
        • Check limits
        • Check usage
    • Domains
      • Valuation
        • Valuation
      • Indicators
        • Indicators
      • Cadastral
        • Cadastral by portal id
        • Cadastral by Reference
      • Comparables
        • Search comparables
      • Mortgage
        • Pre-approval
      • Location
        • Suggest cadastral
  1. Authorization

Rotate Key (User)

POST
/api/backoffice/v1/users/rotate-key
API's key rotation feature to generate a new master API Key and invalidate the old one. This
process helps protect your application by limiting the time an exposed key can be used by an
unauthorized party.

Request

Authorization
API Key
Add parameter in header
Authorization
Example:
Authorization: ********************
or

Responses

🟢200OK
application/json
Successful Response
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.urbandataanalytics.com/api/backoffice/v1/users/rotate-key' \
--header 'Authorization: <api-key>'
Response Response Example
Modified at 2025-11-18 12:56:03
Previous
Generate Refresh Token
Next
Register Application
Built with