Jamie API
API Reference

Tags

List tags available to the current user.

List personal tags

GET
/v1/me/tags
x-api-key<token>

In: header

Response Body

application/json

curl -X GET "https://jamie-api.nicolaischmid.com/v1/v1/me/tags"
{  "tags": [    {      "id": "string",      "name": "string",      "shared": true    }  ]}