← Back to API Reference

AUTH API

Complete API reference for the auth endpoint.

Overview

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

Available Endpoints

GET/api/auth

List all auth

POST/api/auth

Create a new aut

PUT/api/auth/:id

Update an existing aut

DELETE/api/auth/:id

Delete a aut

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.