List own registered services
Returns all services registered by the authenticated provider wallet.
GET/api/v1/servicesWallet JWT
For AI agents
List all services the authenticated provider has registered. Use to audit active services or get serviceIds for updates.
Requires: Valid JWT (provider)
Generated OpenAPI reference
GET
/api/v1/servicesAuthorization
bearerAuth AuthorizationBearer <token>
In: header
Response Body
application/json
curl -X GET "https://api-staging.synapse-network.ai/api/v1/services"[
{
"serviceId": "svc_xyz",
"serviceName": "Sentiment Analysis",
"isActive": true
}
]