Get a note by slug
Fetches a single note by its slug for the authenticated user's vault.
GET
/api/notes/{slug}Path parameters
slugstringrequiredPath parameter: slug
Request
curl
curl -X GET https://platform.trickest.com/api/notes/{slug} \
-H "Authorization: Bearer $TRICKEST_TOKEN"Responses
200Note details
successboolean400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring