cURL
curl --request GET \ --url https://api.nekt.ai/api/v1/explorer/application/ \ --header 'x-api-key: <api-key>'
{ "status": "active" }
API Key authentication. Format: 'x-api-key: api_key'
The response is of type object.
object
Was this page helpful?