Skip to main content

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 ID
    • tenantId (Required): Tenant ID
    • dialingCode (Required): Dialing code
    • phone (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

ParamvalueType
tokenbearerTokenstring

Response: 200

LANGUAGE

AUTHORIZATION

Bearer

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!