Skip to main content
List Apps
curl --request GET \
  --url https://api.noqa.ai/v1/apps/ \
  --header 'x-api-key: <api-key>'
[
  {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "name": "<string>",
    "created_at": "2023-11-07T05:31:56Z",
    "updated_at": "2023-11-07T05:31:56Z",
    "app_context": "<string>"
  }
]

Authorizations

x-api-key
string
header
required

API Key for authentication. Get your API key from NOQA dashboard.

Headers

x-api-key
string | null

API Key for authentication

Response

Successful Response

id
string<uuid>
required

Application ID

name
string
required

Application name

created_at
string<date-time>
required

Creation timestamp

updated_at
string<date-time>
required

Last update timestamp

app_context
string | null

Application context