cURL
curl --request GET \ --url https://api.youka.io/api/v1/projects \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "title": "<string>", "projectUrl": "<string>" } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Project list
هل كانت هذه الصفحة مفيدة؟