Skip to main content
POST
Creates a new client in your COR instance through the integrations service. The client is mapped to an external ID from your source system for bidirectional synchronization.

Request Body Requirements

All requests require the metadata.source field to identify the integration source.
object
required
string
required
External client ID from your source system. This ID will be used to reference the client in future operations.
string
required
Client display name
string
Legal business name for contracts and invoicing
string
Primary contact email address
string
Contact person’s first name
string
Contact person’s last name
string
Phone number
string
Website URL
string
Client description

Known Errors

  • ValidationError — Missing required fields (metadata.source, id, or name)
  • DuplicateExternalIdError — A client with this external ID already exists for this source
  • InvalidSourceError — The metadata.source value is not a valid integration source