{
  "status": "success",
  "message": "Tag verified successfully",
  "data": {
    "availability": true,
    "tag": "j.hope"
  }
}

URL

https://test-api.bvndle.com/api/v1/ufel/users/verify-tag

Base URL

https://test-api.bvndle.com/api/v1/ufel

HTTP Method

GET

nametypeDescription
tagstringRequired
The user's tag

cURL
curl --request GET
'https://test-api.bvndle.com/api/v1/ufel/users/verify-tag?tag=j.hope' \
--header 'Content-Type: application/json' \

{
  "status": "success",
  "message": "Tag verified successfully",
  "data": {
    "availability": true,
    "tag": "j.hope"
  }
}