API Overview
Explore Flip's API references and documentation.
Getting Started with the FLIP API
Welcome to the Flip API! This guide will help you familiarize yourself with our API and get started with your first request.
Authentication
All Flip API endpoints are authorized using the OAuth 2.0 Resource Owner Password Credentials Grant. The client application sends the user's credentials to the authorization server and in return receives an access token. The access token can be used to authenticate requests to the API.
More information about obtaining access tokens can be found here.
Early Access
Some APIs or endpoints are marked as experimental. These endpoints are not subject to Flip's deprecation policy and can change at short notice.
More information about the experimental marker can be found here.