POST
/
v1
/
business-entities
cURL
curl --request POST \
  --url http://localhost/v1/business-entities \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "name": "<string>",
  "description": "<string>"
}
'
{
  "id": {
    "time": "2023-11-07T05:31:56Z",
    "random": "aSDinaTvuI8gbWludGxpZnk="
  },
  "name": "<string>"
}

Authorizations

X-API-Key
string
header
required

API Key provided by Eve Admin Portal. Include this header in all authenticated requests.

Body

application/json
name
string
description
string | null

Response

id
object
name
string