vobiz-partner-api

Installation
SKILL.md

Vobiz Partner API skill

Use this for white-label / reseller workflows where one master partner account owns multiple customer sub-accounts. Auth uses the same X-Auth-ID / X-Auth-Token headers as the main API - there is no separate Bearer JWT. Just use your partner-tier credentials.

Base path

https://api.vobiz.ai/api/v1/partner/*

(Routes do NOT live under /partner/v1/ - that path returns 404.)

Partner profile + dashboard

  • GET /api/v1/partner/me - your partner profile
  • GET /api/v1/partner/dashboard - aggregated KPIs (total customers, balance held, MTD revenue)

Auth model in one line: partner creds (PA_…) drive /api/v1/partner/*; the customer's own creds (MA_…) drive /api/v1/Account/{customer_auth_id}/* voice ops. There is no Bearer JWT for partner server-to-server calls (JWT login is for interactive sessions only).

Customer accounts

Installs
2
First Seen
6 days ago
vobiz-partner-api — vobiz-ai/agent-skills