Skip to main content
POST
Search receipts

Authorizations

Authorization
string
header
required

nia_sk_...

Body

application/json

The filters of GET /v1/receipts, in a body: a conversation id never travels in a URL.

conversation_id
string | null
Required string length: 1 - 512
cursor
string<uuid> | null
kind
enum<string> | null
Available options:
read,
history,
analytics,
admin,
holdout,
denied
limit
integer
default:50
Required range: 1 <= x <= 200
profile_id
string<uuid> | null
since
string<date-time> | null
source_id
string<uuid> | null
until
string<date-time> | null

Response

One page of receipts, as GET /v1/receipts answers.

items
ReceiptOut · object[]
required
next_cursor
string | null