GET
/
api
/
data
/
entity
/
{entity}
curl --request GET \
  --url https://your-bknd.io/api/data/entity/{entity}
[
  {
    "id": 123
  }
]

Path Parameters

entity
string
required

Response

200 - application/json

List of entities

The response is of type object[].