API Reference
Get Project
GET

/projects/{id}

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

Parameters

idrequired
string

Project id

curl -X POST https://api.gotolstoy.com/projects/{id} \
  --header 'Authorization: Bearer <API_KEY>'
{ "project" : { ... } }