ApiVerifyphone
Send PIN-code to user
Use this endpoint to send a PIN-code to the user's phone.
Authorization
BearerAuth AuthorizationBearer <token>
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://docs-proxy.urajitech.ru/iam/api/v1/send/pinCode" \ -H "Content-Type: application/json" \ -d '{ "phone": "string" }'{
"request_id": "2d6ac93f207a465794b3ec8488d23d57",
"error": "string"
}Empty
Empty
Empty
{
"timestamp": 1544098870,
"type": "MyNamespace\\MyClass",
"error": "string",
"details": {},
"file": "string",
"line": 12,
"trace": [
"string"
],
"server": {
"property1": "string",
"property2": "string"
},
"env": {
"property1": "string",
"property2": "string"
}
}