Resources

Downloads

Downloadable resources including the OpenAPI schema, Postman collection, and brand assets for PingRep integrators.

API schema

The PingRep API is documented using the OpenAPI 3.0 specification. Use the schema to generate client code, import into API tools, or validate your requests.

OpenAPI specification

You can also view the interactive schema documentation at api.pingrep.com/docs.

Import into API tools

The OpenAPI schema works with popular API development tools:

ToolHow to import
PostmanImport > Link > paste https://api.pingrep.com/openapi.json
InsomniaApplication > Import > From URL
Swagger UIExplore > paste the schema URL
BrunoImport Collection > OpenAPI V3

Auto-generate clients

Use the OpenAPI schema with code generators like openapi-generator or openapi-typescript to create typed API clients in your preferred language.

Postman collection

A pre-built Postman collection with all PingRep API endpoints, example requests, and environment variables.

Setup steps:

  1. Import the collection into Postman
  2. Create an environment with these variables:
    • base_url: https://api.pingrep.com
    • api_key: Your API key (sk_live_...)
    • jwt_token: Your JWT token (from magic link auth)
  3. All requests in the collection use these variables automatically

Brand assets for integrators

If you are building a public integration with PingRep, use our official brand assets to represent the platform correctly.

Logo usage

AssetFormatUsage
PingRep logo (dark)SVG, PNGUse on light backgrounds
PingRep logo (light)SVG, PNGUse on dark backgrounds
PingRep iconSVG, PNGUse where space is limited (favicons, app icons)

Brand guidelines

Contact support@pingrep.com for access to the full brand asset package including logos, colors, and typography guidelines. Always use "PingRep" as one word with a capital P and R.

Integration badges

If your product integrates with PingRep, you can display a "Works with PingRep" or "Powered by PingRep" badge. Contact the partnerships team for approved badge files and usage guidelines.

Brand rules

  • Spelling: Always "PingRep" (capital P, capital R, one word)
  • Do not modify, recolor, or distort the logo
  • Do not use the PingRep name or logo to imply endorsement without written permission
  • Do maintain clear space around the logo equal to the height of the "P"

MCP Server package

The PingRep MCP Server is distributed as an npm package:

For setup instructions and configuration, see the SDKs and Libraries page.