cURL
curl --request GET \ --url https://api.sandbox.asapp.com/configuration/v1/redaction-entities/{entityId} \ --header 'asapp-api-id: <api-key>' \ --header 'asapp-api-secret: <api-key>'
{ "id": "CREDIT_CARD_NUMBER", "description": "Redacts credit card number", "policies": { "customerImmediate": false, "customerDelayed": false, "agentImmediate": false } }
Get a specific redaction entity with a entity id
Identifier of the entity
Successfully retrieved the redaction entity.
The response is of type object.
object
Was this page helpful?