List Applications

This request returns the list of applications registered with a license.

Endpoints

  • GET /licenses/{licenseID}/applications

Url

licenseID

The ID of the license

Header

Authorization

Bearer {token} (User authorization needed)

Response

A JSON object with the list of applications

see format in the example below

Example request


 GET https://api.paramate.trinckle.com/licenses/ab75027b-cdf6-4867-a0ad-e9495be8d8da/applications
 -H Authorization: Bearer eyJhbGciOiJIUzI1Ni ... 3H8gC1k2DIKNEeJpb72yvmdY

 

Output


 HTTP/1.1 200 OK
 [
   "d562627c-4224-4cc4-9e62-2419933e6960",
   "4300ee92-3645-449b-beda-bf886f6abcaa",
   "f4b5f2a8-e9e0-442f-baf4-e01900abebda",
   "832fef63-7318-411f-9cf5-c3f6cd7b58ae",
   "0c3e48fa-40ec-46ea-957e-c6bfaaf5bf97",
   "f8f88e4a-e9c2-40ce-8b0d-2c5f8086550a",
   "627fe099-cb40-41c8-831c-fbb28c07b4db"
 ]
 

See also