BrightSignAPI structures operations and services are based on the REST principles. Thisapproach allows you to group your data by resources, and for each resource, define a list of operations. The REST style is commonly used for create, read, update, and delete (crud) operations.
This documentation describes request/response entities using JSON examples and data types (integer, string, array, etc.). See Basic Usage Rules and Conventions for more information.
Endpoints are appended to this base URL. Except for the /Token endpoint, all BSN endpoints accept trailing slashes (for example, /Presentations/ ). Query strings that are appended to endpoint URLs (for example, "?filter","?sort") must beURL encoded.
Authorization
All requests, except for those to the /token endpoint, must contain the "Authorization" header. See the Authentication page for more details.