<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to know the companies that get error in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/How-to-know-the-companies-that-get-error/m-p/596746#M51745</link>
    <description>&lt;P&gt;It's not a especific response, but the response when you got 207 HTTP response. The V3 of the API shows in&amp;nbsp;&lt;A href="https://developers.hubspot.com/docs/api/crm/companies" target="_blank" rel="noopener"&gt;https://developers.hubspot.com/docs/api/crm/companies&lt;/A&gt;&amp;nbsp;in the "&lt;SPAN class=""&gt;Create a batch of companies" part the following JSON as response in 207 HTTP status code:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;{
  "status": "PENDING",
  "results": [
    {
      "id": "512",
      "properties": {
        "city": "Cambridge",
        "createdate": "2019-10-30T03:30:17.883Z",
        "domain": "biglytics.net",
        "hs_lastmodifieddate": "2019-12-07T16:50:06.678Z",
        "industry": "Technology",
        "name": "Biglytics",
        "phone": "(877) 929-0687",
        "state": "Massachusetts"
      },
      "createdAt": "2019-10-30T03:30:17.883Z",
      "updatedAt": "2019-12-07T16:50:06.678Z",
      "archived": false
    }
  ],
  "numErrors": 0,
  "errors": [
    {
      "status": "string",
      "id": "string",
      "category": {
        "httpStatus": "CONTINUE",
        "name": "string"
      },
      "subCategory": {},
      "message": "string",
      "errors": [
        {
          "message": "string",
          "in": "string",
          "code": "string",
          "subCategory": "string",
          "context": {
            "missingScopes": [
              "scope1",
              "scope2"
            ]
          }
        }
      ],
      "context": {
        "additionalProp1": [
          "string"
        ],
        "additionalProp2": [
          "string"
        ],
        "additionalProp3": [
          "string"
        ]
      },
      "links": {
        "additionalProp1": "string",
        "additionalProp2": "string",
        "additionalProp3": "string"
      }
    }
  ],
  "requestedAt": "2022-03-17T14:07:54.050Z",
  "startedAt": "2022-03-17T14:07:54.050Z",
  "completedAt": "2022-03-17T14:07:54.050Z",
  "links": {
    "additionalProp1": "string",
    "additionalProp2": "string",
    "additionalProp3": "string"
  }
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can see the erros, but in this exaple that the documentation gives to us thre's not explanation about what these informations means. Eg.: What is this missingScope? I'd like to know what each part of this JSON means.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 17 Mar 2022 15:09:48 GMT</pubDate>
    <dc:creator>MSilva51</dc:creator>
    <dc:date>2022-03-17T15:09:48Z</dc:date>
  </channel>
</rss>

