Skip to main content
GET
/
applications
Get all applications
curl --request GET \
  --url http://localhost:4000/v1/applications \
  --header 'Authorization: <api-key>'
"<unknown>"

Authorizations

Authorization
string
header
required

Use this format: ApiKey <your_api_key>

Query Parameters

page
number
Example:

1

limit
number
Required range: 1 <= x <= 100000
Example:

10

Response

200 - application/json

The response is of type any.