- OUTBACK APIs
- User
- Post
- Get Popular Categories Post
- Add Post
- Update Post
- Get Post
- Get My Post
- Detail Post By Id
- Get Trending Posts
- Get Most Viewed Post
- get specfic user post
- Record Fav_Unfav post
- Get Favt Post
- Record Views
- All Posts Views
- Add Comment
- Get Comments
- Get Collection List
- Get Post Collection
- Remove Collection
- Soft Delete Post
- Delete Post
- Update Sold Type
- report post
- update thumnail of posts
- ChatRoom/Messages
- Town Hall
- notfication
- Category
- Payments
- PAYMENTS APIS
Verify User
POST
/usr-mgt/verify-user
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 --location --request POST 'http://13.239.78.144:3000/api/v1/usr-mgt/verify-user'
Responses
🟢200Success
application/json
Body
_id
stringÂ
required
user_profile_photo
stringÂ
required
name
stringÂ
required
email
stringÂ
required
phone
stringÂ
required
address
objectÂ
required
place
stringÂ
required
zip_code
integerÂ
required
Example
{
"_id": "6786723f76358fa8af692f6a",
"user_profile_photo": "https://outback-prod-bucket.s3.ap-southeast-2.amazonaws.com/2p4DsyO5qaVWBu4nAfTdkgrIswH%201.png",
"name": "nazish cheema",
"email": "johndoe@gmail.com",
"phone": "0333696969",
"address": {
"place": "Cannberra",
"zip_code": 2600
}
}
Modified at 2025-01-14 14:58:44