New Secret Key
This request generates a new API Secret Key for an application registration.
Endpoints
- GET /applications/{applicationID}/secretkey
Url
- applicationID
-
The ID of the configurator
Header
- Authorization
-
Bearer {token} (User authorization needed)
Response
A JSON object with the API Secret Key
see format in the example below
Example request
POST https://api.paramate.trinckle.com/applications/2ab584fe-7e76-470f-8571-cb07cd8a58d2/secretkey
-H Authorization: Bearer eyJhbGciOiJIUzI1Ni ... 3H8gC1k2DIKNEeJpb72yvmdY
Output
HTTP/1.1 200 OK
{
"secretKey": "Si12jaISajaIartfe242as324aZazt43"
}