GET
List completed message classifications

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

message_type
enum<string>
Available options:
selling,
buying,
personal,
unknown
canonical_message_id
string<uuid>
cursor
string
page_size
integer
default:50
Required range: 1 <= x <= 200

Response

Cursor page of classifications.

items
object[]
required
next_cursor
string | null