- Retrieve tags rules list
Retrieve tags
Create a tag
Retrieve a tag
Update a tag
Delete a tag
Tag a list of customers
Untag a list of customers
Tag a customer
Untag a customer
Tag a list of KYC documents
Untag a list of KYC documents
Tag a KYC document
Untag a KYC document
Tag a list of AML checks
Untag a list of AML checks
Tag an AML check
Untag an AML check
Create tags rule
Retrieve a tags rule
Create a tags rule with specified ID
Delete tags rule
Retrieve tags rules list
Retrieves a list of tags rules.
Security
SecretApiKey or JWT
Criteria for filtering collection items. This field requires a special format. Use , to specify multiple allowed values. Use ; to specify multiple fields.
For more information, see Search filters.
- Mock serverhttps://www.rebilly.com/_mock/catalog/all/tags-rules
- Sandbox serverhttps://api-sandbox.rebilly.com/organizations/{organizationId}/tags-rules
- Live serverhttps://api.rebilly.com/organizations/{organizationId}/tags-rules
- SecretApiKey
- JWT
curl -i -X GET \
'https://www.rebilly.com/_mock/catalog/all/tags-rules?limit=1000&offset=1000&sort=string&filter=string&q=string' \
-H 'REB-APIKEY: YOUR_API_KEY_HERE'List of tags rules retrieved.
Array []
Type of event.
Enum:"aml-list-possibly-matched""application-instance-disabled""application-instance-enabled""autodeposit-lookup-performed""balance-transaction-settled""coupon-application-removed""coupon-applied""coupon-expiration-modified""coupon-expired""coupon-issued"
Filter that determines whether to tag or untag. This field requires a special format. Use , for multiple allowed values. Use ; for multiple fields.
For more information, see Using filters.
Date and time when the resource is created. This value is set automatically when the resource is created.
Date and time when the resource is updated. This value is set automatically when the resource is updated.
Response
[ { "id": "tag_rule_0YVCEE5APAD7V84MK3P9CCJVYY", "name": "string", "eventType": "aml-list-possibly-matched", "filter": "string", "addTags": [ … ], "removeTags": [ … ], "status": "active", "createdTime": "2019-08-24T14:15:22Z", "updatedTime": "2019-08-24T14:15:22Z", "_links": [ … ] } ]