Dateno Account Overview
A Dateno account gives you access to advanced Dateno services and to the Dateno REST API.
What is a Dateno account?
An account is an identity that:
- belongs to an individual user or organisation;
- owns one or more API keys;
- defines basic profile and notification settings.
The same account and API key are used for all versions of the Dateno REST API, including API v2.
Getting your API key
To start using the API you first need to create your account.
After the account is created, Dateno generates a personal API key and makes it available on your account page.
Using the API key
When you call the API, pass the key in the apikey query parameter:
https://api.dateno.io/search/0.2/query?q=water&limit=10&apikey=YOUR_API_KEY
If you work in a non-production environment (for example, test), the base URL may differ, but the usage of the apikey parameter stays the same.
Security note: keep your API key secret. Do not hard-code it into client-side applications, public repositories or shared notebooks.
Managing your account
From your account you can:
- view and regenerate your API key;
- update basic profile information;
- manage email address and password;
- configure other account-level settings exposed by Dateno.
For details, see: