v1

latestOpenAPI 3.1.02026-07-14460151.1 KB

Retrieve a single notecard

Retrieve a single notecard.

get/v2/notecards/{id}

Path parameters

idstring required

Link ID

Response

200

Example response

{
  "data": {
    "id": 1,
    "name": "test",
    "message": "content",
    "logo": {
      "id": 1,
      "src": "https://corporatemerch.com/image1.png",
      "created_at": "2023-01-26T05:43:03+00:00"
    }
  }
}