Learn more about integrating Oneloop in your product
Authorization
Authorization: Bearer <TOKEN>
import { OneloopClient } from "@oneloop-hq/oneloop-ts"; const oneloop = new OneloopClient({ token: process.env.ONELOOP_KEY ?? "", }); const isKeyValid = await oneloopClient.verifyApiKey({key: "api-key", requestedScopes: []});