- Start your Apidog journey
- Sample APIs
- Users
- Ecommerce
- Profile
- Features Group
- Features
- Order
- Order web
- Appointment
- Quotation
- Plan
- Addresses
- Watch list Web
- Dashboard Carts
- Capabilities
- Product
- Production Line
- Attribute
- Group
- Review
- Branch
- Create Branch
- Update Branch By Id
- Get Branch By Id
- Get Branch All
- Get Branchs with pagination
- Delete Branch By Id
- Bulk Delete Branches
- Get Web Branch By Coordinates
- Get All Web Branch With Pagination
- Get All Web Branch
- Import Branch Zones
- Get Import Branch Zones Example
- Get Branch Zones File
- Import Branch Products
- Get Import Branch Products Example
- Get Branch Products File
- Link To Branches
- Addons
- Get Web Product By Id
- Get Web Product By Criteria
- Create Product
- Get Product By Id
- Get Product By Criteria
- Link Product By Id to Branches
- Update Product By Id
- Link Product By Id to Production Line
- Delete Product By Id
- Delete Duplicated Products
- Category
- Unit
- Contact
- Payment
- Setup
- Config
- Settings
- Cart
- Ticket
- Coupon
- Checkout
- Survey
- Truncate Collection ListDELETE
- Fix Product AttributesPUT
- Files
verify Code
POST
{{host_user}}/users/verifyCode
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request POST '{{host_user}}/users/verifyCode' \
--header 'x-client: {{client}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "kareem@larsa.org",
"code":"KCSW7GVW"
}'
Response Response Example
{
"token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJfaWQiOiI2Njc1MjIwNjMyYmJlNTdkNDM5Y2QyZmEiLCJhY2Nlc3MiOiJmb3Jnb3RQYXNzd29yZCIsImlhdCI6MTc0MjExMjA4MCwiZXhwIjoxNzQyMjg0ODgwfQ.f1rnCMhSewu1VOKuXPMNWy4uDBzNYbgNCaboWEWhmUA"
}
Request
Header Params
x-client
stringÂ
required
Example:
{{client}}
x-forwarded-for
stringÂ
optional
Example:
5.155.93.215
User-Agent
stringÂ
optional
Example:
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36
Body Params application/json
email
stringÂ
required
code
stringÂ
required
Examples
Responses
🟢200200
application/json
Body
token
stringÂ
required
🟠400expired
Modified at 2025-04-02 09:10:35