GET
/
api
/
v1
/
explorer
/
application
curl --request GET \
  --url https://api.nekt.ai/api/v1/explorer/application/ \
  --header 'x-api-key: <api-key>'
{
  "status": "active"
}

Authorizations

x-api-key
string
header
required

API Key authentication. Format: 'x-api-key: api_key'

Response

200 - application/json

The response is of type object.