Pendo Feedback API
Who is this for?
This documentation is for developers creating their own integration with API. If you are doing a standard integration, there's a really easy that you should know about before you go to the effort of building your own integration.
Authentication
API calls generally need to be authenticated. Generate an API Key at . This key should then be added to every request as a request header named 'auth-token' (preferred), or as a query parameter named 'auth-token'.
Endpoint
API endpoint is / depending where your datacenter is located.
Notes
API endpoints are being added to this documentation as needed by customers. If you don't see an endpoint you need please contact support and if it exists we'll publish the docs here. The 'try it out' feature on this documentation page will probably be blocked by your browser because the Access-Control-Allow-Origin header has its value set by the Feedback server depending on your hostname.
Generating client code
This documentation is automatically generated from an OpenAPI spec available . You can use Swagger to auto-generate API client code in many languages using the
- Homepage
- https://api.apis.guru/v2/specs/pendo.io/1.0.0.json
- Provider
- pendo.io
- OpenAPI version
- 2.0
- Spec (JSON)
- https://api.apis.guru/v2/specs/pendo.io/1.0.0/swagger.json
- Spec (YAML)
- https://api.apis.guru/v2/specs/pendo.io/1.0.0/swagger.yaml
Tool extraction failed: Only OpenAPI 3.x documents are supported. Swagger 2.x documents should be converted first..