Skip to main content

authentication

divit uses API key to authenticate requests.

a. API key​

you can generate an API key at the divit admin portal. simply put the key in header to authenticate the API request:

sample api-key: dvt_rREeGJ4FXp69nQEJ7Arq08stvtacFyPrTzKr

keep in mind that your API keys have several rights and should be kept private. avoid disclosing your private API keys in areas that are open to the public, such as GitHub, client-side code, and so forth.

caution

divit does not keep the original value of your API-Key. Make sure to keep your API keys safe and secure.