Skip to main content
This guide sends one request to the Hanto API and handles the two normal outcomes: found and not_found.

Prerequisites

Before you begin, you need:
  • Access to a Hanto workspace.
  • An active Hanto API key.

Send your first request

1

Create an API key

Sign in to Hanto, open API keys, and create a key for your integration.Copy the key when it is shown. Hanto shows the plaintext key only once.
2

Call the enrich endpoint

3

Read the result

A found response returns a 200 status and a LinkedIn profile URL.
A no-match response returns a 404 status and no profile object.

Next steps