Parvenu API Docs
  • Parvenu API
  • Getting Started
    • Authentication
  • API Reference
    • Domain Enrichment
    • Social Search
    • Sales Nav Search
    • Get Linkedin Profile
  • Login
  • Help Center
Powered by GitBook
On this page
  1. Getting Started

Authentication

Authenticate your API requests

PreviousParvenu APINextDomain Enrichment

Last updated 1 year ago

The Parvenu API uses an API Key and username to authenticate requests.

You can view and manage your access tokens in the of your Parvenu account and clicking "Generate Key".

Please be sure to keep your API access tokens secure! Do not share them in emails, chat messages, client-side code or publicly accessible sites.

Access tokens are tied to the Parvenu user account for which they were created. An API key provides the same level of access & privileges that its associated Parvenu user account would have.

API requests are authenticated in the body. To authenticate a request, provide the API Key, username associated with your account, and email associated with your account.

Base URL

POST https://search.api.parvenu.io/

Base URL and authentication schema.

Request Body

Name
Type
Description

api_key*

String

API Key

username*

String

The username associated with your Parvenu account.

email

String

The email associated with your Parvenu account. This is the same value as username.

Developer settings
API Key