Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

In the API, we save a Log of all commands (GET, POST, PATCH, DELETE) executed by the User, related by APIKey. We saved everything and everything is available for consultation at our
Endpoint: https://sandboxapiapi.botdoc.io/v1/logentry/search/

Example to how to request a logentry by cURL:

Code Block
languagejson
curl -i --request GET "https://sandboxapiapi.botdoc.io/v1/logentry/search/" \
--header "Content-Type: application/json" \

...