curl --request GET \
--url https://api.supernotes.app/v1/tags \
--header 'Api-Key: <api-key>'
[
"<string>"
]
Get all tags known to the user
curl --request GET \
--url https://api.supernotes.app/v1/tags \
--header 'Api-Key: <api-key>'
[
"<string>"
]
Successful Response
The response is of type string[]
.