Vault Records and Aliases
Get field details by alias
Get field details for the given alias.
get/token/records/fields/{alias}
Path parameters
aliasstring required
Alias of the record's field in Payrails Vault.
Query parameters
includeVolatileInfoboolean
Boolean indicating if additional information regarding volatile fields should be included in the response.
includeDetokenizationsboolean
Boolean indicating if additional information regarding performed detokenization attempts should be returned.
Response
Details about field.
Example response
{
"maximumExpirationDate": "2024-12-31T23:59:59Z",
"detokenizations": [
{
"lastAttemptedAt": "2024-01-01T12:00:00Z",
"count": 1,
"type": "detokenization"
}
]
}