Send
Authorizations
Header parameters
Content-TypestringOptionalExample:
application/json
Body
objectOptionalExample:
{"type":"phone","identity":"{{phoneNumber}}","resend":false}
Responses
200
Successful response
application/json
post
POST /V2/auth/verify/send HTTP/1.1
Host: beta.magento.pixiedia.com
Authorization: noauth YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 60
{
"type": "phone",
"identity": "{{phoneNumber}}",
"resend": false
}
200
Successful response
No content