cURL
curl --request POST \ --url https://app.traceloop.com/api/config/pii/tracing-allow-list \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "associationPropertyAllowList": {} }'
{userId: "123"}
{ "associationPropertyAllowList": [ { "userId": "123" } ] }
Was this page helpful?