Nifty website screenshot

Nifty

Nifty is an AI-powered project management platform that consolidates roadmaps, tasks, documentation, discussions, and reporting into a single application for teams across engineering, marketing, sales, and product. The platform offers Gantt charts, multiple task views (Kanban, List, Timeline, Calendar, Swimlane), built-in discussions, document creation, and Orbit AI automation. Nifty's REST API uses OAuth 2.0 with Bearer token authentication for programmatic access to projects, tasks, documents, files, and team data.

1 APIs 0 Features
Project ManagementTask ManagementCollaborationProductivityRoadmapsTeam Workspace

APIs

Nifty Public API

REST API for managing projects, tasks, milestones, documents, files, discussions, and team members in Nifty. Authentication uses OAuth 2.0 with Bearer tokens, and Basic authenti...

Collections

Resources

🔗
TrustCenter
TrustCenter
🔗
VulnerabilityDisclosure
VulnerabilityDisclosure
🔗
DomainSecurity
DomainSecurity
🔑
Authentication
Authentication
🔗
LinkedIn
LinkedIn
🔗
Website
Website
🔗
Documentation
Documentation
🔗
Help Center
Help Center
💰
Pricing
Pricing
📝
Signup
Signup
🔗
LlmsText
LlmsText
📰
Blog
Blog

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Nifty PM API
  version: 1.0.0
request:
  auth:
    type: bearer
    token: '{{bearerToken}}'
items:
- info:
    name: Authentication
    type: folder
  items:
  - info:
      name: Generate an access token
      type: http
    http:
      method: POST
      url: https://openapi.niftypm.com/api/v1.0/token
    docs: Generate an access token
- info:
    name: Projects
    type: folder
  items:
  - info:
      name: List projects
      type: http
    http:
      method: GET
      url: https://openapi.niftypm.com/api/v1.0/projects
    docs: List projects
  - info:
      name: Create a project
      type: http
    http:
      method: POST
      url: https://openapi.niftypm.com/api/v1.0/projects
    docs: Create a project
  - info:
      name: Get a project by ID
      type: http
    http:
      method: GET
      url: https://openapi.niftypm.com/api/v1.0/projects/:id
      params:
      - name: id
        value: ''
        type: path
    docs: Get a project by ID
  - info:
      name: Update a project
      type: http
    http:
      method: PUT
      url: https://openapi.niftypm.com/api/v1.0/projects/:id
      params:
      - name: id
        value: ''
        type: path
    docs: Update a project
  - info:
      name: Delete a project
      type: http
    http:
      method: DELETE
      url: https://openapi.niftypm.com/api/v1.0/projects/:id
      params:
      - name: id
        value: ''
        type: path
    docs: Delete a project
- info:
    name: Tasks
    type: folder
  items:
  - info:
      name: List tasks
      type: http
    http:
      method: GET
      url: https://openapi.niftypm.com/api/v1.0/tasks
    docs: List tasks
  - info:
      name: Create a task
      type: http
    http:
      method: POST
      url: https://openapi.niftypm.com/api/v1.0/tasks
    docs: Create a task
  - info:
      name: Get a task by ID
      type: http
    http:
      method: GET
      url: https://openapi.niftypm.com/api/v1.0/tasks/:id
      params:
      - name: id
        value: ''
        type: path
    docs: Get a task by ID
  - info:
      name: Update a task
      type: http
    http:
      method: PUT
      url: https://openapi.niftypm.com/api/v1.0/tasks/:id
      params:
      - name: id
        value: ''
        type: path
    docs: Update a task
  - info:
      name: Delete a task
      type: http
    http:
      method: DELETE
      url: https://openapi.niftypm.com/api/v1.0/tasks/:id
      params:
      - name: id
        value: ''
        type: path
    docs: Delete a task
- info:
    name: Documents
    type: folder
  items:
  - info:
      name: List documents
      type: http
    http:
      method: GET
      url: https://openapi.niftypm.com/api/v1.0/documents
    docs: List documents
  - info:
      name: Create a document
      type: http
    http:
      method: POST
      url: https://openapi.niftypm.com/api/v1.0/documents
    docs: Create a document
  - info:
      name: Get a document
      type: http
    http:
      method: GET
      url: https://openapi.niftypm.com/api/v1.0/documents/:id
      params:
      - name: id
        value: ''
        type: path
    docs: Get a document
  - info:
      name: Update a document
      type: http
    http:
      method: PUT
      url: https://openapi.niftypm.com/api/v1.0/documents/:id
      params:
      - name: id
        value: ''
        type: path
    docs: Update a document
  - info:
      name: Delete a document
      type: http
    http:
      method: DELETE
      url: https://openapi.niftypm.com/api/v1.0/documents/:id
      params:
      - name: id
        value: ''
        type: path
    docs: Delete a document
- info:
    name: Files
    type: folder
  items:
  - info:
      name: List files
      type: http
    http:
      method: GET
      url: https://openapi.niftypm.com/api/v1.0/files
    docs: List files
  - info:
      name: Upload a file
      type: http
    http:
      method: POST
      url: https://openapi.niftypm.com/api/v1.0/files
    docs: Upload a file
  - info:
      name: Get a file
      type: http
    http:
      method: GET
      url: https://openapi.niftypm.com/api/v1.0/files/:id
      params:
      - name: id
        value: ''
        type: path
    docs: Get a file
  - info:
      name: Update a file
      type: http
    http:
      method: PUT
      url: https://openapi.niftypm.com/api/v1.0/files/:id
      params:
      - name: id
        value: ''
        type: path
    docs: Update a file
  - info:
      name: Delete a file
      type: http
    http:
      method: DELETE
      url: https://openapi.niftypm.com/api/v1.0/files/:id
      params:
      - name: id
        value: ''
        type: path
    docs: Delete a file
- info:
    name: Folders
    type: folder
  items:
  - info:
      name: List folders
      type: http
    http:
      method: GET
      url: https://openapi.niftypm.com/api/v1.0/folders
    docs: List folders
  - info:
      name: Create a folder
      type: http
    http:
      method: POST
      url: https://openapi.niftypm.com/api/v1.0/folders
    docs: Create a folder
  - info:
      name: Get a folder
      type: http
    http:
      method: GET
      url: https://openapi.niftypm.com/api/v1.0/folders/:id
      params:
      - name: id
        value: ''
        type: path
    docs: Get a folder
  - info:
      name: Update a folder
      type: http
    http:
      method: PUT
      url: https://openapi.niftypm.com/api/v1.0/folders/:id
      params:
      - name: id
        value: ''
        type: path
    docs: Update a folder
  - info:
      name: Delete a folder
      type: http
    http:
      method: DELETE
      url: https://openapi.niftypm.com/api/v1.0/folders/:id
      params:
      - name: id
        value: ''
        type: path
    docs: Delete a folder
- info:
    name: Members
    type: folder
  items:
  - info:
      name: List members
      type: http
    http:
      method: GET
      url: https://openapi.niftypm.com/api/v1.0/members
    docs: List members
  - info:
      name: Get a member
      type: http
    http:
      method: GET
      url: https://openapi.niftypm.com/api/v1.0/members/:id
      params:
      - name: id
        value: ''
        type: path
    docs: Get a member
- info:
    name: Milestones
    type: folder
  items:
  - info:
      name: List milestones
      type: http
    http:
      method: GET
      url: https://openapi.niftypm.com/api/v1.0/milestones
    docs: List milestones
  - info:
      name: Create a milestone
      type: http
    http:
      method: POST
      url: https://openapi.niftypm.com/api/v1.0/milestones
    docs: Create a milestone
  - info:
      name: Get a milestone
      type: http
    http:
      method: GET
      url: https://openapi.niftypm.com/api/v1.0/milestones/:id
      params:
      - name: id
        value: ''
        type: path
    docs: Get a milestone
  - info:
      name: Update a milestone
      type: http
    http:
      method: PUT
      url: https://openapi.niftypm.com/api/v1.0/milestones/:id
      params:
      - name: id
        value: ''
        type: path
    docs: Update a milestone
  - info:
      name: Delete a milestone
      type: http
    http:
      method: DELETE
      url: https://openapi.niftypm.com/api/v1.0/milestones/:id
      params:
      - name: id
        value: ''
        type: path
    docs: Delete a milestone
- info:
    name: Webhooks
    type: folder
  items:
  - info:
      name: List webhooks
      type: http
    http:
      method: GET
      url: https://openapi.niftypm.com/api/v1.0/webhooks
    docs: List webhooks
  - info:
      name: Create a webhook
      type: http
    http:
      method: POST
      url: https://openapi.niftypm.com/api/v1.0/webhooks
    docs: Create a webhook
  - info:
      name: Update a webhook
      type: http
    http:
      method: PUT
      url: https://openapi.niftypm.com/api/v1.0/webhooks
    docs: Update a webhook
  - info:
      name: Delete a webhook
      type: http
    http:
      method: DELETE
      url: https://openapi.niftypm.com/api/v1.0/webhooks
    docs: Delete a webhook
bundled: true