GET
/
api
/
v1
/
projects
curl --request GET \
  --url https://api.enso.finance/api/v1/projects \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json
id
string
required

Was this page helpful?