Skip to main content
ModernAPI

API Playground & Testing

Interactive REST API exploration with real examples and comprehensive documentation

5 EndpointsJWT AuthenticationOpenAPI 3.0
Endpoint Explorer
Browse and test API endpoints
POST
Authentication

User Login

/api/auth/login

Authenticate user with email and password to receive JWT tokens

AuthenticationJWTSecurity
POST
Authentication

Refresh Token

/api/auth/refresh

Refresh expired access token using refresh token

AuthenticationJWTToken Refresh
GET
Users

List Users

/api/users

Get paginated list of users with filtering and sorting

UsersPaginationSearch
POST
Users

Create User

/api/users

Create a new user account

UsersCreation
GET
Users

Get User by ID

/api/users/{id}

Retrieve a specific user by their unique identifier

UsersRetrieval

Select an Endpoint

Choose an API endpoint from the explorer to start building your request

Response Viewer
API response details and data formatting

No Response Yet

Send a request to see the response details