Acme API Reference

Complete API reference for all Acme Corporation services.

Authentication

All API requests require authentication using an API key. Include your key in the Authorization header:

Authorization: Bearer your-api-key

Base URL

All API endpoints are relative to: https://api.acme-corp.com/v1

Endpoints

Widgets

Method Endpoint Description
GET /widgets List all widgets
POST /widgets Create a new widget
GET /widgets/{id} Get a specific widget
DELETE /widgets/{id} Delete a widget

DataFlow

Method Endpoint Description
GET /dataflow/streams List all data streams
POST /dataflow/streams Create a new stream

Rate Limits

API requests are limited to 1000 requests per minute per API key.