- 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
Get User Connections
Developing
GET
/usr-mgt/get-user-connections
Request
Query Params
type
string
optional
page
string
optional
limit
string
optional
userId
string
optional
Header Params
Authorization
string
optional
Example:
bearer
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 GET 'http://13.239.78.144:3000/api/v1/usr-mgt/get-user-connections?type&page&limit&userId' \
--header 'Authorization: bearer '
Responses
🟢200Success
application/json
Body
object {0}
Example
{
"status": 1,
"statusCode": 200,
"data": [
{
"_id": "675a88290a7c786f3d52a114",
"name": "Naveed Nizami",
"createdAt": "2024-12-12T06:52:25.750Z",
"profile_photo_url": "https://outback-prod-bucket.s3.ap-southeast-2.amazonaws.com/image.jpg"
}
],
"currentPage": 1,
"totalPages": 1,
"totalUsers": 1
}
Modified at 2025-05-12 12:11:37