v2.1 · REST API · Open Beta

Build smarter
apps with the
Bermentor API

Integrasikan platform mentorship Bermentor langsung ke dalam produkmu. Akses mentor, jadwal, sesi, dan review melalui REST API yang andal dan terdokumentasi lengkap.

99.9%

Uptime SLA

<120ms

Avg. Latency

40+

Endpoints

OAuth2

Auth Standard

bermentor-api ~ curl
$ curl -X GET \
"https://api.bermentor.com/v2/mentors" \
-H "Authorization: Bearer YOUR_KEY"
{
"status": "success",
"data": [
{ "id": "mtr_8xHk2", "name": "Andi Pratama" }
],
"total": 142
}
GET /v2/mentors Daftar semua mentor
POST /v2/sessions Buat sesi konsultasi
GET /v2/categories Kategori mentoring
PUT /v2/schedules/{id} Ubah jadwal
REST API OAuth 2.0 JSON Webhooks Rate Limiting Pagination Laravel PHP 8.2 Sanctum Redis Queue Swagger Postman SDK Ready HTTPS CORS Versioned REST API OAuth 2.0 JSON Webhooks Rate Limiting Pagination Laravel PHP 8.2 Sanctum Redis Queue Swagger Postman SDK Ready HTTPS CORS Versioned