Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/oura_api/mod.ts>Webhook#getSubscription

Typescript project to interact with v2 of the Oura Ring API
Latest
method Webhook.prototype.getSubscription
Re-export
import { Webhook } from "https://deno.land/x/oura_api@1.0.1/mod.ts";

Retrieves a specific webhook subscription by id.

Parameters

id: string
  • Subscription id in string format.

Returns

Promise<Subscription>

A Subscription typed object.