Headers
BSOS API requests use predictable headers for authentication, content type and response handling.
1
Authorization
Used to authenticate every request with a valid BSOS API Key.
2
Content Type
Requests that send data should use JSON payloads.
3
Response Format
Responses are returned in a stable JSON structure.