Acoustic Exchange provides the /v1/identityfilters API that you can call to control the identifiers that endpoints send and receive through Acoustic Exchange. You can use various methods to call the /v1/identityfilters API to add, remove, or modify filters that limit the identifiers that Exchange sends to event consumers.
Event producers can provide various identifiers. In some cases, you might not want to pass all of the available identifiers to destination endpoints, particularly identifiers that might be considered to provide sensitive or unnecessary information. You can control the identifiers that you share by adding identity filters in Acoustic Exchange for specific endpoints. The identity filters give you the ability to control the identity information that Acoustic Exchange distributes to event consumers.
Action | API |
---|---|
Add an identity filter to Acoustic Exchange | POST /v1/identityfilters |
Remove an identity filter | DELETE /v1/identityfilters/{identifier} |
Replace an identity filter | PUT /v1/identityfilters |
Find all filters that are applied to an endpoint | GET /v1/identityfilters |
Find a specific filter on an endpoint | GET /v1/identityfilters/{identifierName} |