List conditions for touchpoint

get/api/policy/v1/enterprises/{enterpriseId}/touchpoints/{touchpointId}/conditions

Lists all conditions available for a given touchpoint.

Path Parameters

  • enterpriseIdstringRequired
    Your Enterprise Id.
  • touchpointIdstringRequired
    The id of a Touchpoint.

200 Response

conditions
Enables policy rules to trigger based on destination.
name string required
The name of the condition.
Allowed value: transfer.destination.type
Example: transfer.destination.type
label string required
A label for the condition that you can display to users.
Example: Destination
description string required
A description for the condition that you can display to an end user.
Example: Allows creating a condition based on the type of the funds destination
status string required
Status of the condition. Indicates if the condition is usable "ACTIVE" or not "INACTIVE". * "ACTIVE" - The condition is available for use. * "INACTIVE" - The condition is NOT available for use.
Allowed values: ACTIVE INACTIVE
Example: ACTIVE
parametersrequired
The type of destination this condition will match.

401 Response

code string
message string
status integer

403 Response

code string
message string
status integer

404 Response

code string
message string
status integer

500 Response

code string
message string
status integer