Overview
API Key and Authentication
Authentication is made with a key and secret that you must include in every call to our API. This parameter is always required and we'll return an error if the key is either missing or invalid.
Your API key and secret uniquely identify your account, so be sure to keep them secure! At any time, you can generate new API keys or delete existing ones and reset your secret key via your account settings.
Authentication Headers
Api | Authorization | Location |
---|---|---|
key | X-Tomba-Key | header |
secret | X-Tomba-Secret | header |