Overview

Introduction

Flagright is a fully-managed, API-first compliance-as-a-service solution. All compliance related operations happen through the API and the Flagright Console no-code portal. Using Flagright allows you to manage a complex, high performance compliance system without investing in infrastructure or development resources.

The Flagright API is organized around REST. Our API has predictable resource-oriented URLs, accepts JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

All API requests must be made over HTTPS; calls made over plain HTTP will fail. API requests without authentication will also fail. API keys are used to authenticate the requests. Your API keys carry many privileges, so be sure to keep them secure! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.