1 curl -X POST https://withpersona.com/api/v1/reports/biz-lookup \ 2 -H "Authorization: <apiKey>" \ 3 -H "Content-Type: application/json" \ 4 -d '{}'
1 { 2 "data": { 3 "type": "report/business-lookup", 4 "id": "rep_UeVJ2UFMdiVWktcrLh6QQLT5", 5 "attributes": { 6 "status": "ready", 7 "created-at": "2021-07-06T17:34:37.000Z", 8 "completed-at": "2021-07-06T17:35:25.000Z", 9 "redacted-at": {}, 10 "query": { 11 "registration-country-code": "ES", 12 "registration-number": "1234567", 13 "name": "Spanish Persona Mifflin", 14 "legal-status": "active", 15 "legal-entity-type": "foreign_company", 16 "registration-subdivision": {} 17 }, 18 "result": [ 19 { 20 "registration-number": "1234567", 21 "registration-country-code": "ES", 22 "registration-subdivision": {}, 23 "name": "Spanish Persona Mifflin", 24 "aliases": [ 25 "Persona Identities" 26 ], 27 "legal-status": "active", 28 "legal-entity-type": "foreign_company", 29 "date-of-incorporation": "2020-01-01", 30 "identifiers": [ 31 { 32 "type": "es_cif", 33 "value": "1234567" 34 }, 35 { 36 "type": "eu_vat", 37 "value": "ES1234567" 38 } 39 ], 40 "addresses": [ 41 { 42 "street-1": "C. de Jacometrezo", 43 "street-2": {}, 44 "city": "Madrid", 45 "subdivision": {}, 46 "postal-code": "28013", 47 "country-code": "ES" 48 } 49 ], 50 "websites": [ 51 "https://withpersona.com" 52 ], 53 "industry-codes": [ 54 { 55 "code": "91.03", 56 "code_scheme_id": "eu_nace_2", 57 "code_scheme_name": "European Community NACE Rev 2", 58 "description": "Operation of historical sites and buildings and similar visitor attractions", 59 "uid": "eu_nace_2-9103" 60 } 61 ], 62 "registration": { 63 "authority": "Companies Registration Office", 64 "address": { 65 "street-1": "C. de Jacometrezo", 66 "street-2": {}, 67 "city": "Madrid", 68 "subdivision": {}, 69 "postal-code": "28013", 70 "country-code": "ES" 71 } 72 }, 73 "agent": { 74 "name": "Shannon McNair", 75 "address": { 76 "street-1": "C. de Jacometrezo", 77 "street-2": {}, 78 "city": "Madrid", 79 "subdivision": {}, 80 "postal-code": "28013", 81 "country-code": "ES" 82 } 83 }, 84 "officers": [ 85 { 86 "name": "Rick Song", 87 "title": "CEO", 88 "address": { 89 "street-1": "C. de Jacometrezo", 90 "street-2": {}, 91 "city": "Madrid", 92 "subdivision": {}, 93 "postal-code": "28013", 94 "country-code": "ES" 95 }, 96 "appointed-date": "2020-01-01", 97 "end-date": {} 98 } 99 ], 100 "source": { 101 "publisher": "Registro Mercantil Central", 102 "url": "https://www.rmc.es/", 103 "last-retrieved-at": "2020-09-30T11:33:40+00:00" 104 } 105 } 106 ] 107 } 108 } 109 }
