latestOpenAPI 3.0.32026-08-224982,0272.8 MB
e445c15e5bee
Policy Builder
List touchpoints
Lists all touchpoints for a given scope.
get/api/policy/v1/enterprises/{enterpriseId}/scopes/{scopeId}/touchpoints
Path parameters
enterpriseIdstring required
Your Enterprise Id.
scopeIdstring required
The id of the scope.
Response
Paginated list of available Touchpoints for a given scope
Example response
{
"touchpoints": [
{
"id": "306258df-dcab-489e-a9fe-ff28ce9fa312",
"name": "wallet.segregated.transfer",
"label": "Transfer from a Segregated Wallet",
"description": "When transferring from a BitGo Segregated Wallet",
"status": "ACTIVE"
}
]
}