POST
/
api
/
data
/
entity
/
{entity}
curl --request POST \
  --url https://your-bknd.io/api/data/entity/{entity} \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "id": 123
}

Path Parameters

entity
string
required

Body

application/json · object

Response

200 - application/json
Entity
id
number
required