OXOApi - Drama API
Access drama data via REST API. Token authentication required for all endpoints.
Your Token
Token Check
Authentication
Token dapat dikirim melalui salah satu cara berikut:
1. Query Parameter
GET /api/v1/dramas?token=YOUR_TOKEN2. Authorization Header (Recommended)
Authorization: Bearer YOUR_TOKEN3. Custom Header
x-api-token: YOUR_TOKENAPI Endpoints
Base URL: /api/v1