Authentication
In order to make authorized calls to Habitify APIs, you must obtain your API Key from client-app(mobile app, web-app). This page describes the different ways of obtaining an API Key.
API Key is required for every resource.
1. Obtaining API Key
From Mobile Apps(iOS, Android)
Open Settings
Open API Credential
Copy API Key or send to your desktop by tapping Send Via...
From Web App
Open API Credential by navigating to Profile & Settings > API Credential
Copy API Key
2. Using API Key
All requests must include an HTTP Header field Authorization
with value is the API Key.
Example HTTP Request
Last updated