Endpoints to fetch credentials
Last updated 2 days ago
get credentials
const response = await fetch('https://api.talentprotocol.com/api/v2/passport_credentials', { method: 'GET', headers: {}, }); const data = await response.json();
{ "passport_credentials": [ { "earned_at": "text", "id": "text", "category": "Activity", "last_calculated_at": "2024-09-15T05:58:41.197Z", "name": "text", "score": 0, "type": "active_wallet", "value": "text" } ] }