API Documentation

Authentication

Abillify uses API keys to authenticate requests. Each API key is associated with a specific account and has permissions that determine what actions can be performed.

You can view and manage your API keys in the settings of the Abillify Platform (For Production head to your production URL and navigate to Settings/API Credentials).

To authenticate requests, include the API key in the Authorization header of your HTTP requests.

IP Whitelisting

For security reasons, you can restrict API access to specific IP addresses. This is done by whitelisting the IP addresses in the Abillify Platform settings. (For Production head to your production URL and navigate to Settings/API Credentials)

Only requests originating from these whitelisted IPs will be allowed to access the API.

If no IPs are whitelisted, the API will allow requests from any IP.

On this page