Finding out which API endpoint edited the record?

Options

Hello, I'm trying to track down one very strange bug, the application has a couple hundred API endpoints, and one of them is editing a record in my database.

So the question is, maybe it is possible to pinpoint which API endpoint is editing that record?
Thank you

Answers

  • Liz Anaya
    Liz Anaya Member, Administrator

    ADMIN

    Options

    Hi @tomas randomas!

    The best way to identify the endpoint editing the record might be to check out the request history. It can often provide insightful clues. You can check out the API Request History docs here.