/api/v1/validateAsk AIget http://localhost:8000/api/v1/validateThis can be used to validate the API Key. If valid, it will return the associated user ID.HeadersRequest-IdstringThe HTTP Request-Id request header is an optional and unofficial HTTP header, used to trace individual HTTP requests from the client to the server and back again. It allows the client and server to correlate each HTTP request. If not provided by the client, the server should generate a unique request ID and include it in the response.Responses 200The user is valid. 401Unauthorized 500Internal server errorUpdated about 2 months ago