← Texta- og efnisverkfæri

Sækja ráð eftir auðkenni

GET /advice/:id

Get a specific piece of advice by its ID.

Dæmi um fyrirspurnir

Grunnnotkun
curl https://nordapi.ee/api/v1/advice/42

Lifandi svar

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