Check if your API key is still valid.
True if the API key is still valid.
require "revox" revox = Revox::Client.new(api_key: "My API Key") auth_status = revox.auth_status.retrieve puts(auth_status)
{ "authenticated": true }
I can help answer questions about Revox. What do you want to build?