Endpoints to fetch credentials
Last updated 2 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-11-21T06:23:37.379Z", "name": "text", "score": 0, "type": "active_wallet", "value": "text" } ] }