Skip to main content
POST
/
log
Create Log
curl --request POST \
  --url http://localhost:5252/log \
  --header 'Content-Type: application/json' \
  --header 'x-api-token: <api-key>' \
  --data '{}'
{
  "success": true
}

Authorizations

x-api-token
string
header
required

Body

application/json

The body is of type object.

Response

Created

success
boolean