API v2 Tutorials
Master the latest generation of our high-performance API framework with these interactive tutorials.
Getting Started
- Register for API credentials
- Set authorization header:
Authorization: Bearer [YOUR_TOKEN]
- Base URL:
https://api.ύειά/v2
Core Endpoints
Authentication
POST /auth
{
"Content-Type": "application/json",
"Body": {
"username": "example",
"password": "secure123"
}
}
Data Operations
GET Users
GET /users
Requires Bearer token
Create User
POST /users
Requires user data payload