Skip to main content
GET
/
v1
/
consumer
/
inbox
Consumer Inbox
curl --request GET \
  --url https://api.truthlocks.com/v1/consumer/inbox \
  --header 'X-API-Key: <api-key>'
{
  "items": [
    {}
  ],
  "total": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.truthlocks.com/llms.txt

Use this file to discover all available pages before exploring further.

List inbox items for the authenticated consumer. Returns credentials that have been delivered to the consumer’s wallet. Filter by read state to show unread, all, or archived items.

Parameters

read_state
string
Filter by read state: UNREAD (default), ALL, READ, or ARCHIVED

Responses

Authorizations

X-API-Key
string
header
required

API key for machine-to-machine authentication

Response

200 - application/json

Inbox items

items
object[]
total
integer