Pave External API (1.0)
Documentation for the Pave External API
Download OpenAPI description
Languages
Servers
Pave Production Server
https://api.pave.com/
- Pave Production Server
https://api.pave.com/ping
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
https://api.pave.com/ping \
-H 'x-api-key: YOUR_API_KEY_HERE'
Response
application/json
{ "message": "pong" }