Schemas

BSOS API uses consistent JSON schemas to represent requests, responses and shared business objects across all endpoints.

1

Request Objects

Every endpoint accepts a well-defined request structure with documented fields.

2

Response Objects

Responses return predictable JSON objects that remain stable across API versions.

3

Reusable Models

Common objects are reused throughout the API to provide consistency and simplify integrations.

← Back to API Reference