List Financial Events

Returns financial events for the authenticated seller via GMP partnerTxnSearch. **Best-effort implementation** — backed by GMP partnerTxnSearch. Returns transaction records for the seller keyed by partnerId. **Unsupported parameters:** PostedAfter, PostedBefore, and NextToken are not supported by the upstream. Supplying any of these parameters returns 400 Bad Request.

Authentication

AuthorizationBearer

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

Query parameters

MaxResultsPerPageintegerOptional

Ignored — GMP returns all results in a single page.

PostedAfterdatetimeOptional

Not supported — returns 400 Bad Request if supplied.

PostedBeforedatetimeOptional

Not supported — returns 400 Bad Request if supplied.

NextTokenstringOptional

Not supported — returns 400 Bad Request if supplied.

Response

Success

Errors

400
Bad Request Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error