Debugging server end points

Hello,

We’re setting up an endpoint that is called by a third-party - how can this be debugged?

The third-party is Twilio - when a SMS is received, Twilio will call an endpoint via GET, e.g. http://x.meteor.com/twilio-sms-received.

How can we log the GET requests to this url?