Skip to content
AeroDB
Search
K
Main Navigation
Airports
Notams
Pricing
Appearance
Menu
Return to top
Refresh API key
POST
/users/{userId}/refreshApiKey
Authorizations
ApiKeyAuth
Type
API Key (query: apiKey)
Parameters
Path Parameters
userId
*
Type
string
Required
Responses
200
404
The request has succeeded.
Content-Type
application/json
Schema
JSON
JSON
{
"id"
:
"123"
,
"createdAt"
:
"2020-01-01T00:00:00Z"
,
"updatedAt"
:
"2020-01-01T00:00:00Z"
,
"username"
:
"john_doe"
,
"email"
:
"john.doe@aerodb.net"
,
"isVerified"
:
true
}
POST
/users/{userId}/refreshApiKey
Playground
Authorization
ApiKeyAuth
Variables
Key
Value
userId
*
Try it out
Samples