Authorizations
API key for authentication. Format: zdb_your_api_key_here
Response
API key is valid
curl --request GET \
--url http://localhost:3000/auth/validate \
--header 'X-API-Key: <api-key>'Validates the current API key
curl --request GET \
--url http://localhost:3000/auth/validate \
--header 'X-API-Key: <api-key>'API key for authentication. Format: zdb_your_api_key_here
API key is valid
Was this page helpful?