All Collections
Advanced Topics
Getting Started with Amplifi APIs
Getting Started with Amplifi APIs

Let's get that integration going

Jeremy Sandstrom avatar
Written by Jeremy Sandstrom
Updated over a week ago

Amplifi provides a complete API for managing, updating, and retrieving your product content. Below is a summary of steps to getting started including resources and recommendations for best practices.

Creating Your Integration Credentials

As a super admin user login and take the following steps:

  1. Go to Admin > System Settings > Integration

  2. Click Register A New Application

  3. Give your app a name and optional description and click Save & Close

  4. In the next screen you will have your client ID and secret to be used in your application for authentication

API Documentation

Our API documentation is a living working application where you can test and run API commands against your data. Click here to access this resource. Use your client ID and secret to authenticate.

API Tools

Our API works with most any API based technology. Postman is a great tool for running API calls.

API Recommended Best Practices

The Amplifi API is best used in daily or less frequent batch updates.

  • Update and write actions: update no more frequently than once per day

  • Read actions: extract data no more frequently than once per day. If Amplifi data is meant to be used in other applications you should have a data source that you update on your side to act as a data cache that is populated using the APIs.

Did this answer your question?