Get Deduplication Rules
GET {{baseUrl}}/services/:serviceID/deduplication-rules
This endpoint returns the default deduplication rules if not already created.
Requires access_token
as a Bearer {{token}}
in the Authorization
header with read
scope.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | null |
RESPONSES
status: OK
{"data":{"id":"5e905b9ffe3e978d6ac34cc9","created_at":"2020-04-10T17:12:23.64631+05:30","updated_at":"2020-04-10T17:12:23.64631+05:30","deleted_at":null,"service_id":"5e8edb24668e003cb0b18ba1","organization_id":"5d81d9187000fb6b9def7e32","rules":[]}}