Skip to main content
GET

Data Block Tokenization Guide

Store and manage arbitrary data securely with GDPR-compliant storage locations
Searches for data blocks by their reference value, with pagination support. Use this to find specific data blocks when you know the reference you assigned at creation, or omit the reference to list all data blocks in your account.

Error Responses

Parameter Constraints

The list of items returned to you will be sorted by the create date of the data block.

Parameters

Headers

Authorization
string
required
Your API key prefixed with APIKEY. Example: APIKEY your-api-key. See the Authentication guide.

Query String

reference
string
The reference value provided in the create method or update method. If omitted, all data blocks in the system are returned.
maxItems
integer
default:"20"
The maximum number of items to return. Maximum allowed value is 50.
offset
string
The zero-based offset from the first item ID to return (item IDs in PCI Booking are sequential).

Response