Code

Customer Verify Address Code

post
Authorizations
Header parameters
Content-TypestringOptionalExample: application/json
Body
objectOptionalExample: {"phone":"{{phoneNumber}}","code":"4470","addressId":"128"}
Responses
200
Successful response
application/json
post
POST /V2/customer/address/verify/code HTTP/1.1
Host: beta.magento.pixiedia.com
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 59

{
  "phone": "{{phoneNumber}}",
  "code": "4470",
  "addressId": "128"
}
200

Successful response

No content