GET
/
api
/
v2
/
agentUrl
curl --request GET \
  --url https://api.vida.dev/api/v2/agentUrl
{
  "success": true,
  "slug": "welovevida"
}

Authorizations

token
string
query
required

Vida API Token

Query Parameters

targetUsername
string
required

Target username

Response

200 - application/json

Slug retrieved/fetched successfully

The response is of type object.