latestOpenAPI 3.0.32026-08-224982,0272.8 MB
e445c15e5bee
Policy Builder
List conditions for touchpoint
Lists all conditions available for a given touchpoint.
get/api/policy/v1/enterprises/{enterpriseId}/touchpoints/{touchpointId}/conditions
Path parameters
enterpriseIdstring required
Your Enterprise Id.
touchpointIdstring required
The id of a Touchpoint.
Response
All available Conditions on a given Touchpoint.
Example response
{
"conditions": [
{
"name": "transfer.destination.type",
"label": "Destination",
"description": "Allows creating a condition based on the type of the funds destination",
"status": "ACTIVE",
"parameters": [
{
"name": "type",
"label": "Type",
"description": "The type of destination this condition will match",
"type": "ENUMERATED",
"required": "ALWAYS",
"values": [
{
"label": "Whitelisted address",
"description": "The destination is whitelisted"
}
]
}
]
}
]
}