← All platforms

Check if an email is registered on Pinterest

Digital Footprint checks Pinterest as part of every lookup. Send an email address, phone number, or username and get back whether an account exists there, along with 800+ other platforms, breach history, and public web mentions, in one request.

One request

POST /v1/lookup?wait=true
curl -X POST "https://api.digifootprint.dev/v1/lookup?wait=true" \
  -H "Authorization: Bearer dfp_your_key" \
  -H "Content-Type: application/json" \
  -d '{"query": "someone@example.com"}'

What a Pinterest result looks like

From results[]
{
  "platform": "pinterest",
  "registered": true,
  "method": "public_api",
  "checkedAt": "2026-08-26T11:40:55.902Z"
}

checkedAt is the real moment this was established, not the moment you asked, so you can always tell a fresh answer from a cached one. If Pinterest blocked us or timed out, it is omitted from the response entirely rather than returned as registered: false.

Why teams use this

For fraud and AML teams, a thin footprint is a signal: an address with no accounts anywhere is a different risk profile from one with a decade of history. Checking Pinterest on its own tells you little. Checking it alongside hundreds of others in one call is what makes the signal usable.