← Back to API Reference

APPS API

Complete API reference for the apps endpoint.

Overview

This endpoint allows you to manage apps resources in your application. All requests must include proper authentication headers.

Available Endpoints

GET/api/apps

List all apps

POST/api/apps

Create a new app

PUT/api/apps/:id

Update an existing app

DELETE/api/apps/:id

Delete a app

Authentication

All API requests require authentication using a Bearer token in the Authorization header:

Authorization: Bearer YOUR_API_TOKEN

Rate Limiting

API requests are limited to 1000 requests per hour per API key. Rate limit information is included in response headers.