APIs for managing canonical Company and Contact information across Avalara products.
This API is hosted under https://api.avalara.com.
Use this endpoint to retrieve information about a single company.
1curl -g 'https://api.avalara.com/scs/companies/{companyId}' \ 2-H 'X-Avalara-Client: {X-Avalara-Client}' \ 3-H 'X-Correlation-Id: {X-Correlation-Id}' \ 4-H 'avalara-version: {avalara-version}' \ 5-H 'Authorization: {Authorization}' \ 6-H 'Content-Type: application/json'
1{ 2 "id": "c2c60111-25f2-43cf-8243-9de94bc4f980", 3 "companyName": "ABC Corp", 4 "defaultCountry": "US", 5 "tenant": { 6 "identifier": "e53e9fc9-d1c6-465c-aeff-faa4d88af348", 7 "displayName": "ABC Corp", 8 "location": "/reference/id" 9 }, 10 "companyCode": "DEFAULT", 11 "isActive": "", 12 "aspects": [ 13 { 14 "identifier": "ca5a1aff-187e-4285-858c-fa43ee587cbf", 15 "displayName": "ABC Corp", 16 "location": "/iam/systems/626a9303fa6495f5742fdd6d", 17 "namespace": "urn:avalara:systems:avatax", 18 "isDeleted": "", 19 "meta": { 20 "createdBy": "32ec41da-c69f-4db4-9b77-424eab75edae", 21 "created": "2023-03-31T13:18:12", 22 "modifiedBy": "32ec41da-c69f-4db4-9b77-424eab75edae", 23 "lastModified": "2023-03-31T13:18:12", 24 "location": "/companies/32ec41da-c69f-4db4-9b77-424eab75edae", 25 "version": "1.0" 26 } 27 } 28 ], 29 "tags": [ 30 { 31 "name": "scs-avatax", 32 "value": "scs-2023" 33 } 34 ], 35 "parent": { 36 "identifier": "e53e9fc9-d1c6-465c-aeff-faa4d88af348", 37 "displayName": "ABC Corp", 38 "location": "/reference/id" 39 }, 40 "children": [ 41 { 42 "identifier": "e53e9fc9-d1c6-465c-aeff-faa4d88af348", 43 "displayName": "ABC Corp", 44 "location": "/reference/id" 45 } 46 ], 47 "meta": { 48 "createdBy": "32ec41da-c69f-4db4-9b77-424eab75edae", 49 "created": "2023-03-31T13:18:12", 50 "modifiedBy": "32ec41da-c69f-4db4-9b77-424eab75edae", 51 "lastModified": "2023-03-31T13:18:12", 52 "location": "/companies/32ec41da-c69f-4db4-9b77-424eab75edae", 53 "version": "1.0" 54 }, 55 "isReportingEntity": "" 56}