curl --request GET \
--url https://app.tagadapay.com/api/public/v1/block-rules/{id} \
--header 'Authorization: Bearer <token>'{
"id": "rule_123",
"name": "Block High Risk Countries",
"enabled": true,
"type": "country",
"value": [
"XX",
"YY"
],
"createdAt": "2024-03-20T10:30:00Z",
"updatedAt": "2024-03-20T10:30:00Z"
}Retrieve detailed information about a specific block rule
curl --request GET \
--url https://app.tagadapay.com/api/public/v1/block-rules/{id} \
--header 'Authorization: Bearer <token>'{
"id": "rule_123",
"name": "Block High Risk Countries",
"enabled": true,
"type": "country",
"value": [
"XX",
"YY"
],
"createdAt": "2024-03-20T10:30:00Z",
"updatedAt": "2024-03-20T10:30:00Z"
}