domo/api-integrate

Configure OAuth clients and route requests across Domo's three API tiers.

Updated Apr 29, 2026
One-click install
npx skills add https://github.com/MantisWare/BizForge --skill domo-api-integrate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: domo/api-integrate
Source: https://github.com/MantisWare/BizForge/tree/main/library/skills/domo/api-integrate
Command: npx skills add https://github.com/MantisWare/BizForge --skill domo-api-integrate

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Authenticate and interact with Domo's three API tiers to enable secure, multi-tier integrations across apps, OAuth, and product endpoints.

Core Features & Use Cases

  • Choose the correct API tier (App Framework, Platform OAuth, Product) for your integration.
  • Manage OAuth clients, access tokens, and scopes to ensure least-privilege access.
  • Route requests to the appropriate endpoints and handle CORS considerations for external integrations.
  • Example workflows include data ingestion, automation, and dashboard-driven integrations.

Quick Start

Configure OAuth, obtain an access token, and call a sample Domo API endpoint to verify access.

Frequently Asked Questions about domo/api-integrate

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I authenticate with Domo APIs across different tiers?

Domo API authentication across different tiers is managed by configuring OAuth clients, obtaining access tokens, and selecting appropriate scopes to ensure secure, least-privilege access for external integrations.

What's the best way to choose the correct Domo API tier for my integration?

Choosing the correct Domo API tier depends on your integration target: use the App Framework, Platform OAuth, or Product tier to securely interact with specific datasets, pages, and automations.

How do I handle CORS considerations for external Domo API integrations?

Handling CORS for external Domo API integrations involves routing requests to the appropriate endpoints while applying token management and scope selection to maintain secure cross-origin access.

Can I manage OAuth scopes for least-privilege access in Domo?

Yes, you can manage OAuth scopes for least-privilege access in Domo by selecting specific permissions during client creation, ensuring tokens only grant the necessary access for your data ingestion and automation workflows.

Why does my Domo API request route to the wrong endpoint?

Domo API requests may route incorrectly if the App Framework, Platform OAuth, or Product tier selection does not match your target endpoint, requiring proper routing configuration for datasets, pages, or automations.