Application Details

This request returns the details of an application registration.

Endpoints

  • GET /applications/{applicationID}

Url

applicationID

The ID of the configurator

Header

Authorization

Bearer {token} (User authorization needed)

Response

A JSON object with the application details

see format in the example below

Example request


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

 

Output


 HTTP/1.1 200 OK
 {
     "UUID": "2ab584fe-7e76-470f-8571-cb07cd8a58d2",
     "name": "Test",
     "licenseUUID": "ab75027b-cdf6-4867-a0ad-e9495be8d8da",
     "configuratorUUID": "2ab584fe-7e76-470f-8571-cb07cd8a58d2",
     "domain": "trinckle.com",
     "key": "v6YseCdtzQ6yFgpEQW23jKt78WI26erZ",
     "secretKey": "Si12jaISajaIartfe242as324aZazt43",
     "secureInit": false,
     "secureModel": false,
     "createdAt": "2018-08-30 14:15:10",
     "updatedAt": "2018-09-01 18:20:03"
  }
 

See also