HTTP Method

Taffrail's API uses GET and POST methods. Each endpoint specifies which method to use.

The Advice endpoint (/api/advice/{adviceSetId}) accepts both GET (query parameters) and POST (body parameters). The Rules and Healthcheck endpoints use GET only.

For this documentation, the examples use HTTP GET.