ProdCamp Help
Go to ProdCampSign InLeave Feedback
  • What is ProdCamp?
  • How it works
  • Getting Started
    • Getting Started with ProdCamp
    • Invite Your Team
    • Custom Domain
  • Customer feedback
    • Attaching Feedback to a Feature
    • Processing Feedback
  • Feedback Channels
    • Customer Feedback Channels
    • ProdCamp App
    • Public Roadmap
    • Feature Voting Portal
    • Email Forwarding
    • Google Chrome Extension
    • Intercom Messanger
    • Embeddable Feedback Widget
    • NPS
    • Any App (via Zapier)
  • Installing widgets
    • Installing widgets
    • Widgets SSO
    • Changelog widget
    • Feedback Widget
    • NPS widget
  • Features
    • Creating a Feature
    • Sharing Features on Public Roadmap
    • Push Feature to Jira
    • Feature Releases
    • Features and Sprints relation
  • Feedback Loop
    • Closing Feedback Loop
    • Changelog
  • Roadmaps
    • Public Roadmap
    • Single Sign-On (SSO)
    • Feature Placement on the Public Roadmap
    • Internal Roadmap
    • Protected Roadmap (beta)
  • ❌Sprints (DEPRECATED)
    • Sprints Mode
    • Create Sprint
    • Adding Features to a Sprint
    • Sprint Releases
  • Products
    • Create and Manage Products
  • Prioritization
    • Prioritization Matrix
    • RICE Prioritization
  • Customers
    • Manage Accounts and Contacts
    • Sync Accounts with SalesForce
  • Integrations
    • Slack
    • Jira
    • GitLab
    • SalesForce
    • Intercom
    • Zapier
  • Operations
    • Import Features
    • Import Customers
  • Settings
    • Profile
  • Getting Help
    • Contact Us
  • API
    • Authentication
    • Feedback API
      • Feedback Types
      • Feedback States
    • Features API
    • Customers API
Powered by GitBook
On this page
  • Using ProdCamp API
  • 1. Generate an API key
  • 2. Determine the Product ID
  • Using the product ID
  • Using the API key

Was this helpful?

  1. API

Authentication

PreviousContact UsNextFeedback API

Last updated 3 years ago

Was this helpful?

Using ProdCamp API

To start using our API you need just a couple of things: generate an API key and get your product ID to make requests to the right product in your workspace.

1. Generate an API key

To do that you need to go to the "Workspace Settings" page and then to the "API" tab inside your account and press the "Generate" button.

2. Determine the Product ID

To get your product ID you can go to the "Products" page and see it in the "ID" column of the products list.

Now, when you have your product ID and your API key you can make requests to the ProdCamp API endpoint.

Using the product ID

Product ID must be set into the "X-ProductId" request header. If no product ID header is sent to the API - the request will be executed as if it was sent with a product ID of your first product in the list.

Using the API key

The API key can be sent either as a query parameter "apikey", or a request header "X-apikey"

Example of using the API key as a query parameter:

https://app.prodcamp.com/api/v1/feedbacks?apikey=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx