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:
| Tool | How to import |
|---|---|
| Postman | Import > Link > paste https://api.pingrep.com/openapi.json |
| Insomnia | Application > Import > From URL |
| Swagger UI | Explore > paste the schema URL |
| Bruno | Import 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:
- Import the collection into Postman
- Create an environment with these variables:
base_url:https://api.pingrep.comapi_key: Your API key (sk_live_...)jwt_token: Your JWT token (from magic link auth)
- 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
| Asset | Format | Usage |
|---|---|---|
| PingRep logo (dark) | SVG, PNG | Use on light backgrounds |
| PingRep logo (light) | SVG, PNG | Use on dark backgrounds |
| PingRep icon | SVG, PNG | Use 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.