nametypeDescription
cURL
Copy
curl --request GET
'https://test-api.bvndle.com/api/v1/ufel/users/verify-tag?tag=j.hope' \
--header 'Content-Type: application/json' \
Copy
{
"status": "success",
"message": "Tag verified successfully",
"data": {
"availability": true,
"tag": "j.hope"
}
}
