Passer au contenu principal
GET
/
projects
List projects
curl --request GET \
  --url https://api.youka.io/api/v1/projects \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "title": "<string>",
    "projectUrl": "<string>"
  }
]

Autorisations

Authorization
string
header
requis

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

Réponse

200 - application/json

Project list

id
string
requis
title
string
requis
projectUrl
string<uri>
requis