User phone number verification
PATCH /api/v1/users/:userId/tenants/:tenantId/countries/:dialingCode/phone/:phone/verification
Description
Perform phone number verification.
Headers:
- Content-Type: application/json
- Authorization:
Bearer {{bearerToken}}
URL: /api/v1/users/:userId/tenants/:tenantId/countries/:dialingCode/phone/:phone/verification
- Path Parameters:
userId(Required): User IDtenantId(Required): Tenant IDdialingCode(Required): Dialing codephone(Required): Phone number
Response:
- The response is "OK" with a code of 200.
/api/v1/users/:userId/tenants/:tenantId/countries/:dialingCode/phone/:phone/verification
🔑 Authentication bearer
| Param | value | Type |
|---|---|---|
| token | bearerToken | string |
Response: 200
LANGUAGE
CURL REQUEST
curl --request PATCH \
--url /api/v1/users/:userId/tenants/:tenantId/countries/:dialingCode/phone/:phone/verification \
--header 'accept: application/json' \
--header 'content-type: application/json'
RESPONSE
Click Try It! to start a request and see the response here!