Skip to content
  • Auto
  • Light
  • Dark
Get started

Retrieve

Retrieve
get/v1/tags/{id}
Path Parameters
idstring
Returns
idstringcreated_atstringlabelstringowner_idstringupdated_atstringTag
curl https://todo-ninja-ziix.onrender.com/v1/tags/$ID \
    -H "Authorization: Bearer $TODO_NINJA_API_KEY"
200 Example
{
  "id": "tag_tz4a98xxat96iws9zmbrgj3a",
  "created_at": "2021-01-01T00:00:00.000Z",
  "label": "Work",
  "owner_id": "owner_id",
  "updated_at": "2021-01-01T00:00:00.000Z"
}