Create a record
Records
Create a record
Creates a new record. This endpoint will throw on conflicts of unique attributes.
POST
Create a record
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
A UUID or slug to identify the object.
Body
application/json
An object with an attribute slug as the key, and a single value (for single-select attributes), or an array of values (for single or multi-select attributes, max 50) as the values.
Response
Success