API Reference
List Projects
GET

/projects

Authentication*
curl --request GET \
  --url https://api.gotolstoy.com/projects \
  --header 'Authentication: <authentication>'

Return a list of all projects

curl -X GET https://api.gotolstoy.com/projects/ \
  --header 'Authorization: Bearer <API_KEY>'
{ "projects": [...] }