Skip to content

Test App - Do Not Launch ​

Demo REST API connector for integration testing. Provides user management, content, and status endpoints. Not intended for production use.

DetailValue
CategoryDev Tools
Base URLhttps://api.example.com/v1
AuthenticationBearer Token
Endpoints13
Connector keytest-app-do-not-launch

Using Test App - Do Not Launch in a workflow ​

  1. Go to Connections and click New Connection.
  2. Pick Test App - Do Not Launch from the marketplace.
  3. Enter your credentials (see Authentication above for what's expected).
  4. In a workflow, drop an API Call node and select this connection.
  5. Pick the operation you need from the Operation dropdown — see the table below.

Available Endpoints ​

EndpointSummary
GET /usersList all users
POST /usersCreate a new user
GET /users/{id}Get a user by ID
PUT /users/{id}Update a user
DELETE /users/{id}Delete a user
GET /postsList all posts
POST /postsCreate a new post
GET /posts/{id}Get a post by ID
PUT /posts/{id}Update a post
DELETE /posts/{id}Delete a post
GET /posts/{id}/commentsList comments on a post
POST /posts/{id}/commentsAdd a comment to a post
GET /statusGet API health status

Each endpoint has its own page with parameter details, an example API Call node configuration, and the response shape.