New API Key

This request generates a new API Key for an application registration.

Endpoints

  • GET /applications/{applicationID}/key

Url

applicationID

The ID of the configurator

Header

Authorization

Bearer {token} (User authorization needed)

Response

A JSON object with the API Key

see format in the example below

Example request


 POST https://api.paramate.trinckle.com/applications/2ab584fe-7e76-470f-8571-cb07cd8a58d2/key
 -H Authorization: Bearer eyJhbGciOiJIUzI1Ni ... 3H8gC1k2DIKNEeJpb72yvmdY

 

Output


 HTTP/1.1 200 OK
 {
     "key": "v6YseCdtzQ6yFgpEQW23jKt78WI26erZ"
  }
 

See also