MarketMute Docs

API

Autentisering

Bearer-token från Zitadel (OIDC). Publik app: PKCE. B2B: service-account med scopes.

curl

curl -H "Authorization: Bearer <token>" https://api.marketmute.com/v1/me/identity

TypeScript

const client = createClient(token); await client.listIdentifiers();

C#

var ids = await client.ListIdentifiersAsync(token);