cURL
curl --request GET \ --url https://app.traceloop.com/api/config/pii/tracing-allow-list \ --header 'Authorization: Bearer <token>'
{ "associationPropertyAllowList": "<any>" }
{ "associationPropertyAllowList": [ { "userId": "123" }, { "userId": "456", "chatId": "abc" } ] }
Was this page helpful?