GET
/
applications
/
curl --request GET \
  --url http://localhost/api/v1/applications/ \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "application_id": "<string>",
    "group_name": "<string>",
    "description": "<string>",
    "icon": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

show_hidden
boolean
default:false
group_by
enum<string> | null
Available options:
catalog_ref_id

Response

200
application/json

Successful Response

The response is of type AppDetailsResponseModel · object[].