الانتقال إلى المحتوى
الرئيسية/Developers
Developers

API Documentation

المواصفات التقنية ودلائل الإدماج.

01الأقسامDevelopers
03المعالمEndpoints
01الضوابطمسار الهيئة
عرض لأجهزة متعددة لمنصة موطن على الحاسوب المحمول واللوحة والهاتف الذكي.
Developers

API Documentation

فضاء الشريك
Endpoints
01 أقسام
قراءة الهيئة

المواصفات التقنية ودلائل الإدماج.

Endpoints
01

01

الأقسام

Developers

02

03

المعالم

Endpoints

03

01

الضوابط

مسار الهيئة

الواجهة

Endpoints

السجلسجل غير قابل للمحو
MethodPathDescription
GET/v1/identity/verifyVerify citizen identity claims
POST/v1/notifications/sendSend official notification
GET/v1/documents/{id}Retrieve secure document
مثال للطلب
curl -X POST https://api.mowatin.gov.ma/v1/notifications/send \
  -H "Authorization: Bearer <token>" \
  -d '{"citizenId": "123", "message": "Document ready"}'