Skip to main content

API Tester

Run live requests against the Truee Registry API from the docs.

POST
StatusReady
cURL
curl -X POST "https://api.usetruee.com/api/v1/registry/search" \
  -H "x-api-key: $TRUEE_API_KEY" \
  -H "content-type: application/json" \
  -d "{\n  \"q\": \"fintech companies in Nigeria\",\n  \"country\": \"NG\",\n  \"view\": \"compact\",\n  \"limit\": 10\n}"