POST
/
auth
/
verified-email-phone
curl --request POST \
  --url https://staging.api.commercengine.io/api/v1/{store_id}/storefront/auth/verified-email-phone \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "phone": [
    "<string>"
  ],
  "email": [
    "<string>"
  ]
}'
{
  "message": "<string>",
  "success": true,
  "content": {
    "verified_phone": [
      "<string>"
    ],
    "verified_email": [
      "<string>"
    ]
  }
}

Authorizations

Authorization
string
header
required

Access token

Body

application/json

Response

200
application/json

OK

The response is of type object.