Prodedify
API Reference

API Reference

Explore the Prodedify API to build integrations and automate workflows.

The Prodedify API lets you programmatically access and manage your workspace data.

Authentication

API keys

All API requests require an API key. Include it in the Authorization header:

Authorization: Bearer your-api-key

Generating keys

Generate API keys from Settings → Security → API Keys. See API keys for details on scopes and permissions.

Base URL

Endpoint

https://api.prodedify.com/api/v1

HTTPS required

All requests must use HTTPS.

Available resources

Issues

Create, read, update, and delete issues. Filter by state, priority, assignee, labels, dates, and more.

Projects

List and manage projects, including settings and member access.

Cycles

Create, update, and list cycles. Add and remove issues from cycles.

Members

List workspace members and their roles.

Labels

Create, update, and delete labels at the workspace or project level.

Views

Create and manage saved views with filter configurations.

Rate limits

Current limits

API requests are rate limited to ensure fair usage. Current limits and remaining quota are returned in response headers.

Headers

  • X-RateLimit-Limit — Maximum requests per window
  • X-RateLimit-Remaining — Requests remaining
  • X-RateLimit-Reset — When the window resets

Need help?

If you have questions about the API or need support, reach out to our team.

On this page