Introduction

API v3 will be deprecated at 2:00 AM UTC on 2023-07-27 in Production. Please ensure all of your API integrations reference v4 endpoints by this time. For information on transitioning from v3 to v4 of the API, see documentation here.

The RightsLine API is organized around REST, built using ServiceStack. Our API is designed to have predictable, resource-oriented URLs and to use HTTP response codes to indicate API errors. We use built-in HTTP features, like HTTP authentication and HTTP verbs, which can be understood by off-the-shelf HTTP clients. JSON or XML will be returned in all responses from the API, including errors (though if youโ€™re using API bindings, we will convert the response to the appropriate language-specific object).

Last updated