GET

https://api.vida.dev

/
api
/
v2
/
agent
/
{agentId}
curl --request GET \
  --url https://api.vida.dev/api/v2/agent/{agentId}
{
  "success": true,
  "message": "Success",
  "sponsorship": {
    "id": "campa931829b5857f...."
  }
}

Authorizations

token
string
queryrequired

Vida API Token

Path Parameters

agentId
string
required

Agent Id

Response

200 - application/json
success
boolean
message
string
sponsorship
object