AVO Logo
Portfolio

/api/portfolio/ping

Simple ping to the portfolio service to verify connectivity. Requires JWT authentication.

GEThttps://api.avo.so/api/portfolio/ping
Authorization:
curl -X GET "https://api.avo.so/api/portfolio/ping" \
  -H "Authorization: Bearer YOUR_JWT_TOKEN" \
  -H "Content-Type: application/json"
ResponsesOK
pong