05-ca-api-referencia

Document Conta Azul API endpoints, payloads, and authentication flows.

Updated Feb 10, 2026
One-click install
npx skills add https://github.com/clark-neitzel/cahardt --skill 05-ca-api-referencia
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 05-ca-api-referencia
Source: https://github.com/clark-neitzel/cahardt/tree/main/.agent/skills/05-ca-api-referencia
Command: npx skills add https://github.com/clark-neitzel/cahardt --skill 05-ca-api-referencia

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a comprehensive and organized reference for interacting with the Conta Azul API, simplifying integration and development by offering clear documentation on endpoints, payloads, and usage patterns.

Core Features & Use Cases

  • API Documentation: Detailed information on Conta Azul API endpoints for OAuth, People, Products, Sales, Finance, Invoices, and Contracts.
  • Payload Examples: Clear JSON and cURL examples for creating, reading, updating, and deleting resources.
  • Rate Limits & Standards: Essential information on API usage limits, authentication, and data formats.
  • Use Case: A developer needs to integrate their e-commerce platform with Conta Azul to sync product inventory. They can use this Skill to quickly find the correct GET /v1/produtos and PATCH /v1/produtos/{id} endpoints, understand the required payload structure, and implement the integration efficiently.

Quick Start

Consult the Conta Azul API documentation for the 'Products' section to find the endpoint for listing products.

Frequently Asked Questions about 05-ca-api-referencia

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

FAQPage Schema
How do I authenticate API requests for Conta Azul integration?

Conta Azul API integration uses OAuth authentication flows. This reference provides detailed documentation on the required authentication standards, token management, and operational limits needed to authorize your application's API requests.

What endpoints are available in the Conta Azul API for managing sales and invoices?

The Conta Azul API exposes endpoints across multiple modules including Sales, Finance, and Invoices. This reference details the specific URI paths, request payloads, and response structures for creating, reading, updating, and deleting resources within these modules.

Can I find JSON and cURL payload examples for Conta Azul product synchronization?

Yes, the Conta Azul API reference provides structured JSON and cURL examples for product operations. Developers can find payload structures for endpoints like GET /v1/produtos and PATCH /v1/produtos/{id} to efficiently sync e-commerce inventory.

What are the API rate limits and data format standards for Conta Azul?

Conta Azul API enforces specific rate limits and data format standards for operational integrity. This reference outlines the essential usage constraints, accepted data formats, and operational boundaries to prevent throttling during integration.

Does the Conta Azul API documentation cover modules for People and Contracts?

Yes, the Conta Azul API reference comprehensively covers People and Contracts modules. It provides detailed endpoint mappings, request parameters, and response payloads for managing contacts, contract records, and associated financial data.