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
}
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