Skip to content

Create Postman Collection for Key API Endpoints #3

@kavin81

Description

@kavin81

Task

Create a Postman collection that covers the following API endpoints:

  • POST /register — Create a new timer
  • POST /cancel — Cancel an existing timer
  • POST /remaining — Check remaining time for a timer
  • POST /extend — Extend a timer's duration
  • GET /test — Health check endpoint
  • POST /webhook — Test webhook receiver

Requirements

  • Each endpoint should have a properly configured Postman request, including the correct HTTP method, URL, and basic body/sample payload if relevant.
  • Add example requests and responses for each endpoint.
  • Organize the collection for easy testing and sharing with developers.
  • Attach the Postman collection file (.json) to this issue once completed.

Metadata

Metadata

Assignees

Labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions