MessagePack

The API supports MessagePack as an alternative to JSON in requests and responses. MessagePack is a binary serialization format that is more compact than JSON and faster to parse.

To send a request with a MessagePack-encoded body, set the Content-Type header to application/msgpack.

To receive a response in MessagePack format, set the Accept header to application/msgpack.

2024-12-15