Endpoints to fetch credentials
Last updated 3 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": "2024-12-21T11:33:45.285Z", "max_score": 0, "name": "text", "score": 0, "type": "active_wallet", "value": "text" } ] }