Skip to main content

Developer Portal

The Developer Portal is your command center for RestAPI.com. Manage tenants, design schemas, configure security, write functions, and monitor your APIs.

Access the portal: portal.restapi.com

Signing In

Authenticate using your existing identity provider:

  • Microsoft account
  • Google account

Your First Visit

When you first sign in, a tenant is created automatically using your first name (e.g., "Mark's tenant"). If you've received an invitation to join an existing tenant, you'll be added to that one as well.

Portal Structure

The portal is organized hierarchically:

You (User)
└── Tenants (workspaces)
└── APIs (backend services)
├── Collections, Views, Queries
├── Functions
├── Security Settings
├── Team & Users
└── Settings & Secrets

What You Can Do

AreaFeatures
TenantsCreate workspaces, invite team members, manage access
APIsCreate backends, configure regions, manage subscriptions
SchemaDesign collections, views, queries with visual tools or JSON
FunctionsWrite serverless triggers, timers, and custom endpoints
SecurityConfigure auth providers, CORS, roles, access rules
DataBrowse, create, edit, and delete records
TestingREST Explorer for testing endpoints interactively
MonitoringView statistics, logs, and function executions
HostingUpload static files for web applications
BackupsExport/import data and schema definitions

In This Section