GET
/
api
/
v2
/
agentUrl
Fetch existing agent url
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

success
boolean
Example:

true

slug
string
Example:

"welovevida"