Authorizations
HTTPBearer
Response
200 - application/json
Successful Response
The response is of type any
.
curl --request GET \
--url https://api.nixtla.io/validate_api_key \
--header 'Authorization: Bearer <token>'
"<any>"
curl --request GET \
--url https://api.nixtla.io/validate_api_key \
--header 'Authorization: Bearer <token>'
"<any>"
HTTPBearer
Successful Response
The response is of type any
.
Was this page helpful?