Verify Phone Number
Developing
Request
Body Params application/json
{
"phone_number": "string"
}
Request Code Samples
curl --location --request POST 'http://petfen-account.local.com:8081/api/v1/seller/verify-phone' \
--header 'X-Auth-Service: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"phone_number": "string"
}'
Responses
application/json {
"success": true,
"request_code": "NbAQAnBB8RJjHIYa1FT550fjAQ3av4u9GwY0ukpGY+Q2l+Yws/4="
}
Modified at 2025-09-16 04:14:10