Skip to main content
POST
/
v2
/
records
Create a Record
curl --request POST \
  --url https://api.fructu.co/v2/records \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "object": "<string>",
  "lists": [
    "<string>"
  ],
  "fields": {
    "{key}": "<string>"
  },
  "assigned_to": "<string>"
}
'
{
  "id": "<string>",
  "status": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
object
string
required

ID of the Object this record belongs to

lists
string[]

Array of List IDs this record belongs to

fields
object

Record fields values

assigned_to
string

ID of the User assigned to this record

Response

200 - application/json
id
string
required

Unique identifier of the record

status
string
required

Processing