Skip to content

Getting started

The Amica APIs are a set of RESTful services that can be accessed through explicit HTTP clients or via our dedicated client libraries (SDKs).

The APIs expose most of the features available in the Amica 20 web application, which is available here.

If you are a software developer interested in creating integrations or complete applications that interact and work with the Amica 20 official applications and the underlyting data, this is the place for you.

First steps

Before you begin, you first want to take a look at the following resources:

  • API Keys. Tells you how to obtain the API key that lets you work our APIs.
  • Authentication. Explains how to authenticate, and to use it with all API requests.
  • Required headers. A list of required request headers, with examples.

Once you feel comfortable with the resources above, you can either start interacting with our APIs, either by using our SDKs, or directely, via HTTP requests using your favorite tools (curl, Postman, and many other similar tools, they will all work just fine.)

More resources