Pardomart
user
Copy Page
Pardomart
auth
Register User
POST
Initiate Login
POST
Verify And Login
POST
Resend Verification Code
POST
Get All Time Zones
GET
user
Get All Users
GET
Get Verification Codes
GET
Delete user by ID
DELETE
vendor
Get All Vendors
GET
Get Vendor By ID
GET
Get vendors by User ID
GET
Create Vendor profile
POST
Update Vendor Profile
PATCH
Delete vendor by Id
DELETE
openingHours
Update Opening Hours
PATCH
product
Get all Products
GET
Get all vendor products
GET
Create Vendor Product
POST
Get Product By Barcode
GET
Get Vendor Product By Barcode
GET
Delete product by ID
DELETE
Delete Vendor Product By ID
DELETE
Update vendor product
PATCH
category
Create Bulk Categories
POST
Get All Categories
GET
Create One Category
POST
Delete One Category
DELETE
tags
Create Bulk Tags
Get All Tags
Create One Tag
Update Tag
Delete One Tag
general search
General Search Product
General Search Vendors
General Search Category
Search vendors, categories and products
Cart
Add to Cart
Get cart by userId
Delete Cart Item
Order
Create Order
Get order by Id
Get Orders By User Id
Update Order
Update order status
Fees
Fetch All Fees
Create a fee (For Admin)
Get Fees by type
Update Fee data
Calculate Fees
Delivery Address
Add New Address
Get Delivery Address By Id
Get All User Delivery Addresses
Get Default Delivery Address
Update Delivery Address
Delete Delivery Address
user
Copy Page
Get Verification Codes
Developing
GET
/users/verificationCodes
Try it
Run in Apidog
Run in Apidog
Request
None
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request
Request Example
Shell
JavaScript
Java
Swift
cURL
cURL-Windows
Httpie
wget
PowerShell
curl
--location
--request
GET
'/users/verificationCodes'
Responses
🟢
200
Success
application/json
Generate Code
Body
Generate Code
Example
{
}
Modified atÂ
2025-03-21 19:29:30
Previous
Get All Users
Next
Delete user by ID