Complete API reference for all Acme Corporation services.
All API requests require authentication using an API key. Include your key in the Authorization header:
Authorization: Bearer your-api-key
All API endpoints are relative to: https://api.acme-corp.com/v1
| 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 |
| Method | Endpoint | Description |
|---|---|---|
| GET | /dataflow/streams | List all data streams |
| POST | /dataflow/streams | Create a new stream |
API requests are limited to 1000 requests per minute per API key.