Skip to main content
This guide walks you from creating an account to your first successful API call. You’ll need about five minutes.

Prerequisites

Before you begin, you must have:
  • A LicenseSearcher account. Create one or talk to sales.
  • An API key scoped to at least one supported state.
  • A tool for making HTTP requests (cURL, or any HTTP client in your language of choice).

Get started

1

Get your API key

Sign in to your Dashboard and create an API key. Keys are scoped to specific states — make sure your account is subscribed to the states you want to query.
Treat your API key like a password. Requests are billed per call (including 4xx responses), so never expose your key in client-side code, public repositories, or shared links.
2

Authenticate your request

Pass your key as a bearer token in the Authorization header on every request. All calls must be made over HTTPS.
3

Make your first request

Search for a license by business name in a state your key is scoped to. This example searches New York for “bernardin”:
4

Read the response

A successful search returns an array of up to 10 license objects:
Already have a license number? Retrieve it directly with Retrieve a License.

Next steps

Authentication

Learn how API keys, state scoping, and billing work.

Search by name or address

Fuzzy-match licenses by business, owner, or address.

The license object

Understand every field a license returns.

Supported states

See which states are available today.