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