Apideck · Schema

Company ID

The unique identifier of the company.

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

apideck-companyid-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CompanyId",
  "title": "Company ID",
  "type": "string",
  "description": "The unique identifier of the company.",
  "example": "23456",
  "nullable": true
}