Endpoints to fetch credentials
Last updated 4 months 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": "2025-01-22T04:18:41.838Z", "max_score": 0, "name": "text", "score": 0, "type": "active_wallet", "value": "text" } ] }