← Text- & innehållsverktyg

Hämta råd via ID

GET /advice/:id

Get a specific piece of advice by its ID.

Exempelförfrågningar

Grundläggande användning
curl https://nordapi.ee/api/v1/advice/42

Livesvar

{
  "data": {
    "advice": "Always double check you actually attached the file to the email.",
    "id": 42
  },
  "success": true
}