DreamFactory API
DreamFactory API instantly generates secure, reusable REST APIs for SQL, NoSQL, file storage, and external services without manual coding. It includes role-based access control, OAuth, and API key authentication out of the box. Use cases include rapidly building backend APIs, connecting databases to mobile apps, creating microservices, and simplifying enterprise integrations.
1
Endpoints
0
Views
Aug 29, 2025
Last Checked
Unlimited
Rate Limit
API Endpoints
Retrieve DreamFactory system administration data
Full URL
https://api.dreamfactory.com/api/v2/system/admin
Code Examples
curl -X GET 'https://api.dreamfactory.com/api/v2/system/admin' \
-H 'Authorization: Bearer YOUR_API_KEY'
Example Response
{
"resource": [
{
"name": "users",
"path": "/api/v2/system/users"
}
]
}
Version
v2
Rate Limit
Unlimited (self-hosted)
Tags
api-generationdatabase-managementopen-sourcerest-apis
Related APIs
Discover similar APIs that might interest you