Authentication

Authenticate your API requests

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

You can view and manage your access tokens in the Developer settings 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

Last updated