Endpoints
aɣmisappend-only
| Method | Path | Description |
|---|---|---|
| GET | /v1/identity/verify | Verify citizen identity claims |
| POST | /v1/notifications/send | Send official notification |
| GET | /v1/documents/{id} | Retrieve secure document |
amdya n tuttra
curl -X POST https://api.mowatin.gov.ma/v1/notifications/send \
-H "Authorization: Bearer <token>" \
-d '{"citizenId": "123", "message": "Document ready"}'