Identity Verification Phone Number Advance
POST /api/v{version}/Identity/verification/phone-number/advance
Description
This endpoint is used to verify the identity of a user using their phone number. The verification process involves submitting the phone number, which will be processed to confirm the identity of the user.
Parameters
- version (
string, path, required): The version of the API. - Accept-Language (
string, header, optional): Change the default response message language from English (en). Available languages arefranden.
Request Body
- Media Type:
application/json
Example Value
{
"number": "string"
}
Responses
Success Response (200)
The Success Response (200) is returned when the phone number is successfully verified. This response indicates the success of the operation and provides additional details.
LANGUAGE
CURL REQUEST
curl --request POST \
--url /api/v{version}/Identity/verification/phone-number/advance \
--header 'accept: application/json' \
--header 'content-type: application/json'
RESPONSE
Click Try It! to start a request and see the response here!