Skip to main content
GET
/
v1
/
ping
Ping — Zero-cost latency and uptime check
curl --request GET \
  --url https://api.fieldfunded.com/v1/ping \
  --header 'X-API-Key: <api-key>'
{
  "pong": true,
  "timestamp": 1777046400000
}

Documentation Index

Fetch the complete documentation index at: https://docs.fieldfunded.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

Your FieldFunded API Key

Response

200 - application/json

A lightweight confirmation that the API is reachable and responding.

pong
boolean
Example:

true

timestamp
integer

Unix timestamp in milliseconds

Example:

1718400000000