Pendo.io Data Sync API

The Data Sync API from Pendo.io — 3 operation(s) for data sync.

Operations 3

PUT /api/v1/datasync/storageTypes/gcs/destinations/Default/credentials Rotate Credentials for GCS Destination #
PUT /api/v1/datasync/storageTypes/s3/destinations/Default/credentials Rotate Credentials for S3 Destination #
PUT /api/v1/datasync/storageTypes/azure/destinations/Default/credentials Rotate Credentials for Azure Destination #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/pendoio-data-sync-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

pendoio-data-sync-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Pendo Engage Account Data Sync API
  description: Pendo's Engage API provides programmatic access to product analytics and in-app guide data collected by the Pendo agent. It includes resource endpoints for pages, features, track events, guides, visitors, accounts, segments, reports, and metadata, plus a powerful Aggregation API that runs MongoDB-like structured queries over collected events. Authentication uses a per-subscription integration key passed in the x-pendo-integration-key header.
  version: v1
  contact:
    name: Pendo Developers
    url: https://developers.pendo.io/
  x-source: https://engageapi.pendo.io/ (public Postman collection 16265887/Tzm6jvKG)
servers:
- url: https://app.pendo.io
  description: US (default)
- url: https://us1.app.pendo.io
  description: US1
- url: https://app.eu.pendo.io
  description: EU
- url: https://app.au.pendo.io
  description: AU/APAC
- url: https://app.jpn.pendo.io
  description: Japan
security:
- IntegrationKey: []
tags:
- name: Data Sync
paths:
  /api/v1/datasync/storageTypes/gcs/destinations/Default/credentials:
    put:
      operationId: rotateCredentialsForGcsDestination
      summary: Rotate Credentials for GCS Destination
      tags:
      - Data Sync
      requestBody:
        content:
          application/json:
            example:
              serviceAccount: service-account@test-env.iam.gserviceaccount.com
              secretKey: <secretKey>
      responses:
        '200':
          description: Successful response
  /api/v1/datasync/storageTypes/s3/destinations/Default/credentials:
    put:
      operationId: rotateCredentialsForS3Destination
      summary: Rotate Credentials for S3 Destination
      tags:
      - Data Sync
      requestBody:
        content:
          application/json:
            example:
              accessKeyId: AKIAkjvafvafd
              secretAccessKey: <secretAccessKey>
      responses:
        '200':
          description: Successful response
  /api/v1/datasync/storageTypes/azure/destinations/Default/credentials:
    put:
      operationId: rotateCredentialsForAzureDestination
      summary: Rotate Credentials for Azure Destination
      tags:
      - Data Sync
      requestBody:
        content:
          application/json:
            example:
              clientId: 0b501e7e-feed-da1e-iced-c0ffee000000
              clientSecret: <clientSecret>
      responses:
        '200':
          description: Successful response
components:
  securitySchemes:
    IntegrationKey:
      type: apiKey
      in: header
      name: x-pendo-integration-key
      description: Pendo integration key, created at https://app.pendo.io/admin/integrationkeys