post https://documentation.api.jestor.com/object/create
Log in to see full request history
Responses
xxxxxxxxxx
16curl --request POST \
--url https://documentation.api.jestor.com/object/create \
--header 'Authorization: Bearer MjE5NzEzYWM0OWU2N2M5cd014f3bd4MTYxNjYwNDg2NWMzM2Nl' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"object_type": "sample_table",
"data": {
"name": "New record",
"nested_field": 2,
"number_field": 5,
"boolean_field": false
}
}
'
Try It!
to start a request and see the response here! Or choose an example: