1 curl -X POST https://withpersona.com/api/v1/reports/report-id/set-tags \ 2 -H "Authorization: <apiKey>" \ 3 -H "Content-Type: application/json" \ 4 -d '{}'
1 { 2 "data": { 3 "type": "report/employer-lookup", 4 "id": "rep_EPehAHkBaZKU6S9LEDL1gv4h", 5 "attributes": { 6 "status": "ready", 7 "created-at": "2022-01-14T23:42:01.000Z", 8 "completed-at": "2022-01-14T23:42:01.000Z", 9 "redacted-at": {}, 10 "report-template-version-name": "v1", 11 "email-address": "malav.bhavsar@gmail.com", 12 "email-domain-exists": {}, 13 "email-domain-reputation": {}, 14 "email-domain-is-new": {}, 15 "email-domain-days-since-creation": {}, 16 "email-domain-suspicious-tld": {}, 17 "employers": [] 18 }, 19 "relationships": { 20 "inquiry": { 21 "data": {} 22 }, 23 "account": { 24 "data": {} 25 }, 26 "report-template": { 27 "data": { 28 "type": "report-template/employer-lookup", 29 "id": "rptp_jfp2TAY28vijsjpCcn4WVqdX" 30 } 31 } 32 } 33 } 34 }
