Records
Create a record
Creates a new person, company or other record. This endpoint will throw on conflicts of unique attributes. If you would prefer to update records on conflicts, please use the Assert record endpoint instead.
Required scopes: record_permission:read-write
, object_configuration:read
.
POST
Authorizations
This API uses OAuth 2.0 with the authorization code grant flow.
Path Parameters
The UUID or slug identifying the object the created record should belong to.
Example:
"people"
Body
application/json
Response
200
application/json
Success