Skip to main content
Glama
getV1WebhookSubscriptionSchema.ts706 B
/** * Generated by Kubb (https://kubb.dev/). * Do not edit manually. */ import { z } from "zod"; export const getV1WebhookSubscriptionHeaderParamsSchema = z.object({ "api-key": z.string().uuid().describe("Your API key") }) /** * @description The current webhook subscription */ export const getV1WebhookSubscription200Schema = z.object({ "url": z.optional(z.string().describe("The webhook URL")), "auth_token": z.optional(z.string().describe("The auth token for the webhook")) }) /** * @description No webhook subscription found */ export const getV1WebhookSubscription404Schema = z.any() export const getV1WebhookSubscriptionQueryResponseSchema = getV1WebhookSubscription200Schema

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/chrisdoc/hevy-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server