v1

latestOpenAPI 3.0.32026-07-2431396640.5 KB
crm-v1-organizations

Obter empresa

Obter empresa

get/organizations/{organization_id}

Path parameters

organization_idstring required

ID da empresa.

Response

Success

_idstring
{"stackTrail":"paths:/organizations/{organization_id}:get:responses:200:content:application/json:schema:properties:address","oasType":"schema","type":"unknown"}
{"stackTrail":"paths:/organizations/{organization_id}:get:responses:200:content:application/json:schema:properties:address_latitude","oasType":"schema","type":"unknown"}
{"stackTrail":"paths:/organizations/{organization_id}:get:responses:200:content:application/json:schema:properties:address_longitude","oasType":"schema","type":"unknown"}
created_atstring
follower_idsstring[]
last_activity_atstring date-time
namestring
{"stackTrail":"paths:/organizations/{organization_id}:get:responses:200:content:application/json:schema:properties:resume","oasType":"schema","type":"unknown"}
updated_atstring
urlstring
user_idstring

Example response

{
  "_id": "ID",
  "contacts": [
    {
      "_id": "ID",
      "created_at": "2022-04-26T16:40:47.653-03:00",
      "deal_ids": [
        "ID"
      ],
      "emails": [
        {
          "_id": "ID",
          "email": "conversion_ev31012022-2@email.com"
        }
      ],
      "facebook": "facebook name of the contact",
      "instance_id": "6268453dc9315700177a7765",
      "integration_id": "dff817d6-0b76-44bf-b593-cb05603a0163",
      "integration_type": "RD_STATION",
      "legal_bases": [
        {
          "_id": "ID",
          "category": "communications",
          "created_at": "2022-04-26T16:40:47.653-03:00",
          "status": "granted",
          "type": "consent",
          "updated_at": "2022-04-26T16:40:47.653-03:00"
        }
      ],
      "linkedin": "linkedin user name of the contact",
      "name": "conversion_ev31012022-2",
      "organization_id": "62684abf6b92b70001be1682",
      "phones": [
        {
          "_id": "ID",
          "phone": "phone of the contact"
        }
      ],
      "title": "job title value",
      "updated_at": "2022-04-26T16:40:47.653-03:00",
      "user_id": "ID",
      "user_ids": [
        "ID"
      ]
    }
  ],
  "created_at": "2022-04-26T16:40:47.449-03:00",
  "follower_ids": [
    "ID"
  ],
  "followers": [
    {
      "_id": "ID",
      "created_at": "2022-04-26T16:17:17.383-03:00",
      "email": "EMAIL",
      "name": "NAME",
      "phone": "+48 (98) 41085-16",
      "updated_at": "2023-02-16T10:20:08.023-03:00"
    }
  ],
  "name": "Empresa 02",
  "updated_at": "2022-04-26T16:40:47.449-03:00",
  "url": "website of the contact",
  "user": {
    "_id": "ID",
    "name": "NAME"
  },
  "user_id": "ID"
}