تخطَّ إلى المحتوى

الحصول على المشروع

GET /api/{projectId}/project
Terminal window
curl https://your-domain.com/api/{projectId}/project \
-H "Authorization: Bearer YOUR_API_TOKEN"
{
"uuid": "f99cb038-...",
"name": "My Blog",
"default_locale": "ar",
"locales": ["ar", "en", "fr"],
"collections": [
{ "slug": "posts", "name": "Posts", "is_singleton": false }
]
}