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

Activate Key (Application)

POST
/api/backoffice/v1/app/activate

Request

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

Responses

🟢200OK
application/json
Successful Response
Body

🟠422Unprocessable Entity
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.urbandataanalytics.com/api/backoffice/v1/app/activate?consumer_id=CONSUMER_ID' \
--header 'Authorization: <api-key>'
Response Response Example
200 - Example 1
null
Modified at 2025-11-19 09:28:18
Previous
Revoke Key (Application)
Next
Check limits
Built with