API Genel Bakış

COS REST API genel bakış, authentication, base URL, endpoints.

Audience: Developer Page Type: Reference


Base URL

https://api.cos-platform.com/v1

Authentication

All requests require JWT token in header:

Authorization: Bearer {jwt_token}
X-Tenant-ID: {tenant_id}
Content-Type: application/json

Main Endpoints

Auth

POST   /auth/login
POST   /auth/register
POST   /auth/refresh-token

Strategy

OKR

Users


Rate Limiting


Error Responses


Documentation

Full API docs: [Not yet published in codebase]


İlgili Sayfalar

Last updated