SynapseDocumentation

List all credentials

Returns all active agent credentials issued by the authenticated owner.

GET/api/v1/credentials/agent/listWallet JWT

For AI agents

Audit which agent tokens are active and how many calls each has consumed. Identify credentials approaching limits.

Requires: Valid JWT

Generated OpenAPI reference

GET/api/v1/credentials/agent/list

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://api-staging.synapse-network.ai/api/v1/credentials/agent/list"
[
  {
    "credential_id": "cred_abc",
    "name": "consumer-agent-01",
    "status": "active",
    "calls_used": 3
  }
]