---
title: "Index"
description: "Index documentation for Ring Platform"
locale: "ru"
---
# API Reference

Welcome to the **Ring Platform API** - a comprehensive REST API with 77 endpoints across 9 domains, designed for professional networking, Web3 integration, and marketplace functionality.

## 🚀 Quick Start

### Base URL
```
https://ring.ck.ua/api
```

### Authentication
All API requests require authentication using Auth.js v5:

{`https://ring.ck.ua/api/entities`}

## 📚 API Domains

### 🔐 Authentication
**3 endpoints** - Multi-provider OAuth, magic links, crypto wallets
- [Authentication Guide](/ru/docs/api/authentication)

### 🏢 Entities  
**8 endpoints** - Organization management with role-based access
- [Entities API](/ru/docs/api/entities)

### 💼 Opportunities
**7 endpoints** - Dual-type marketplace (offers/requests)
- [Opportunities API](/ru/docs/api/opportunities)

### 💬 Messaging
**8 endpoints** - Real-time communication system
- [Messaging API](/ru/docs/api/messaging)

### 🔔 Notifications
**9 endpoints** - Push notifications and preferences
- [Notifications API](/ru/docs/api/notifications)

### 💰 Wallet
**10 endpoints** - Web3 wallet and token management
- [Wallet API](/ru/docs/api/wallet)

### 🏪 Store
**7 endpoints** - Multi-vendor marketplace
- [Store API](/ru/docs/api/store)

### ⚙️ Admin
**5 endpoints** - Platform administration
- [Admin API](/ru/docs/api/admin)

## 🛠️ Interactive Features

### Live API Testing
Test endpoints directly in the documentation with our interactive API explorer.

### Code Generation
Generate code examples in multiple languages:
- cURL commands
- JavaScript/TypeScript
- Python
- PHP

### Postman Collection
Download our complete Postman collection with pre-configured environments.

## 📊 API Statistics

- **77 Total Endpoints** across 9 domains
- **< 150ms** average response time
- **Rate Limited** at 1000 requests/hour per user

## 🔒 Security

- **OAuth 2.0** with multiple providers
- **JWT Tokens** with automatic refresh
- **Role-based Access Control** (RBAC)
- **Rate Limiting** and DDoS protection

---

*Ready to build with Ring Platform? Start with our [Getting Started](/ru/docs/getting-started) guide.*
