Authentication
Authenticate your API requests
Last updated
Authenticate your API requests
Last updated
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.
POST
https://search.api.parvenu.io/
Base URL and authentication schema.
api_key*
String
API Key
username*
String
The username associated with your Parvenu account.
String
The email associated with your Parvenu account. This is the same value as username.