V2
Schemas
NumberVerificationVerifyRequest
|
|
| Name | Type | Required | Description |
|---|---|---|---|
| referenceMsisdn | string | true | The MSISDN assigned by the network and extracted from the authentication token. A public identifier addressing a telephone subscription. In mobile networks it corresponds to the MSISDN (Mobile Station International Subscriber Directory Number). In order to be globally unique it has to be formatted in international format, according to E.164 standard, prefixed with ‘+’. |
| evidence | object | true | none |
| » type | string | true | Type of evidence provided: - PLAIN: The MSISDN is provided in plain text.- HASHED_SHA256: The MSISDN is provided as a hashed value. SHA-256 (in hexadecimal representation) of the mobile phone number in E.164 format (starting with country code). Prefixed with ‘+’. |
| » value | string | true | A public identifier addressing a telephone subscription. In mobile networks it corresponds to the MSISDN (Mobile Station International Subscriber Directory Number). In order to be globally unique, it has to be formatted in international format, according to the E.164 standard, prefixed with ‘+’. |
| Property | Values |
|---|---|
| type | one of [PLAIN, HASHED_SHA256] |
NumberVerificationMatchResponse
|
|
| Name | Type | Required | Description |
|---|---|---|---|
| devicePhoneNumberVerified | NumberVerificationDevicePhoneNumberVerified | true | Number verification. True, if it matches |
NumberVerificationShareResponse
NumberVerificationDevicePhoneNumber
|
|
| Name | Type | Required | Description |
|---|---|---|---|
| anonymous | string | false | A public identifier addressing a telephone subscription. In mobile networks it corresponds to the MSISDN (Mobile Station International Subscriber Directory Number). In order to be globally unique it has to be formatted in international format, according to E.164 standard, prefixed with ‘+’. |
NumberVerificationDevicePhoneNumberVerified
|
|
| Name | Type | Required | Description |
|---|---|---|---|
| anonymous | boolean | false | Number verification. True, if it matches |
NumberVerificationApiError
|
|
| Name | Type | Required | Description |
|---|---|---|---|
| code | string | true | code of the error |
| title | string | true | title of the error |
| ref | string | true | ref of the error |
| details | string | true | details of the error |