Account Validate
This API is used to validate the account.
- application/json
Request Body required
- email string
The email address of the customer.
mobile object
Responses
- 200
Success response
- application/json
- Example
{
"statusCode": 200,
"message": "Success"
}
POST /ecommerce/v1/auth/account/validate
Authorization
type: oauth2flow: clientCredentialsscopes: user:read,user:write
Request
Request
curl -L -X POST 'https://posbytz.github.io/ecommerce/v1/auth/account/validate' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>' \
--data-raw '{
"email": "string",
"mobile": {
"code": "string",
"number": "string"
}
}'
curl -L -X POST 'https://posbytz.github.io/ecommerce/v1/auth/account/validate' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>' \
--data-raw '{
"email": "string",
"mobile": {
"code": "string",
"number": "string"
}
}'
curl -L -X POST 'https://posbytz.github.io/ecommerce/v1/auth/account/validate' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>' \
--data-raw '{
"email": "string",
"mobile": {
"code": "string",
"number": "string"
}
}'
curl -L -X POST 'https://posbytz.github.io/ecommerce/v1/auth/account/validate' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>' \
--data-raw '{
"email": "string",
"mobile": {
"code": "string",
"number": "string"
}
}'
curl -L -X POST 'https://posbytz.github.io/ecommerce/v1/auth/account/validate' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>' \
--data-raw '{
"email": "string",
"mobile": {
"code": "string",
"number": "string"
}
}'
curl -L -X POST 'https://posbytz.github.io/ecommerce/v1/auth/account/validate' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>' \
--data-raw '{
"email": "string",
"mobile": {
"code": "string",
"number": "string"
}
}'
curl -L -X POST 'https://posbytz.github.io/ecommerce/v1/auth/account/validate' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>' \
--data-raw '{
"email": "string",
"mobile": {
"code": "string",
"number": "string"
}
}'