Retrieves projects created by a specific username or wallet address.
cURL
curl --request GET \ --url https://api.yapcoder.com/api/v1/projects/creator/{creator} \ --header 'Authorization: Bearer <token>'
[ { "id": 123, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "deleted_at": "2023-11-07T05:31:56Z", "creator_username": "<string>", "creator_address": "<string>", "name": "<string>", "usernames": [ "<string>" ], "repos": [ "<string>" ] } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
List of projects