Saltar al contenido 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>"
  }
]

Autorizaciones

Authorization
string
header
requerido

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

Respuesta

200 - application/json

Project list

id
string
requerido
title
string
requerido
projectUrl
string<uri>
requerido