Provider Documentation

Welcome to the the Lionbridge Provider documentation site


Overview

The Lionbridge Provider API is a RESTful API that is part of the Lionbridge Content API platform.

Concepts

Some key concepts when using the Lionbridge Provider documentation.

Getting Started

What do you need to do to get started?

Core Tasks

How do you work with the API?

Job Workflow

Here is a typical workflow for a provider connector to process a newly submitted job.

Listeners (Preview)

Listeners allow a connector to be notified on events of interests, commonly referred to as webhooks. These are HTTP callbacks that the API sends, via POST method, to a URL that the application configures.

Testing

How do validate the connector?