Skip to main content
PUT

Data Block Tokenization Guide

Store and manage arbitrary data securely with GDPR-compliant storage locations
Updates the metadata of an existing data block, such as its reference value or storage location. Use this when you need to change the region where the data is stored (for GDPR compliance) or update the reference used for searching.

Error Responses

Parameter Constraints

Parameters

Headers

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

Path Parameters

id
string
required
The ID of the data block returned in the create method.

Request Body

Reference
string
A reference value which can then be used to query for this card token.
DataBlockLocation
string
default:"null"
The location to store this data block. Available locations: US, IN, KR, SG, AU, JP, CA, CN, DE, IE, GB, FR, BR. For the default location (Ireland), enter null.

Response