Create a new Custom Object instance
Custom Field values can be set using the format: `custom.{custom_field_id}`. See [Custom Fields](/resources/custom-fields/custom-object-custom-fields/).
The following fields are required:
- `custom_object_type_id`: The type of Custom Object you are creating determines the Custom Fields that can be used.
- `lead_id`: The Lead that this Custom Object instance will belong to.
- `name`: Each Custom Object has a name, used for display.
Authentication
AuthorizationBasic
Basic authentication of the form Basic <base64(username:)>.
OR
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects any.
Response
Successful response
Errors
400
Bad Request Error
401
Unauthorized Error
404
Not Found Error