REST Explorer
REST Explorer is an integrated API testing tool built into the Developer Portal. Test your endpoints without leaving the browser.
Features
- Visual Request Builder — Build requests using dropdowns and checkboxes
- Multi-Tab Interface — Test multiple requests simultaneously
- User Impersonation — Test as different users or service accounts
- Export Options — Copy as cURL or share URLs
Building Requests
HTTP Methods
Select from GET, POST, PUT, PATCH, or DELETE.
Entity Selection
Choose a collection, view, or query from the dropdown. The URL updates automatically.
Query Options
| Option | Description |
|---|---|
| Properties | Select which fields to return |
| Sorting | Choose sort field and direction |
| Pagination | Set page size and number |
| Count | Include total count in metadata |
Filtering
Build filters visually:
- Add conditions with property, operator, and value
- Combine with AND/OR logic
- Create nested groups for complex queries
Available operators:
- Equals / Not equals
- Contains / Starts with / Ends with
- Greater than / Less than
- Is empty / Is not empty
Request Body
For POST, PUT, and PATCH requests:
- Full-featured JSON editor with syntax highlighting
- Click Generate Example for sample data
- Toggle system fields (id, created, updated)
User Impersonation
Test requests as different users:
| Option | Description |
|---|---|
| Select User | Choose from API users or service accounts |
| Unauthenticated | Test public/anonymous access |
| Skip Security Policy | Bypass relationship-based restrictions |
| Skip Roles | Ignore role-based access control |
Response View
Responses display with:
- Syntax highlighting
- Color-coded status (green for 2xx, red for 4xx/5xx)
- Execution time in milliseconds
- Total count (if enabled)
Export Options
| Action | Description |
|---|---|
| Copy URL | Copy the complete request URL |
| Copy as cURL | Generate cURL command for terminal use |