GET
/
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
query
required

Vida API Token

Path Parameters

agentId
string
required

Agent Id

Response

200 - application/json
Successful response
success
boolean
Example:

true

message
string
Example:

"Success"

sponsorship
object