Tools and News for Developers using the AllClients Platform

Use Master API Credentials Instead of User’s API Key

We’ve just made using the API a whole lot easier.

In the past, you had to know your user’s API Key in order to call functions related to their account.  Now, instead of passing their API Key, you can override and use your master apiusername and apipassword instead.   This means you can ditch having to keep and store your user’s API Key.

For any API Function that requires the user’s apikey, leave out the apikey field and instead add the apiusername and apipassword fields.  (To clarify: These are your master API credentials, not the user’s details)

This option is available now.