List Applications

This request returns the list of applications of a user.

Endpoints

  • GET /users/{userID}/applications

Url

userID

The ID of the user

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/users/e14390b7-c874-41d8-a65e-6d9de482a336/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",
    "cbd75ab3-52b4-4923-9421-9a8c026626e7"
 ]
 

See also