- Start your Apidog journey
- Infinity
- Pomelo Card
- [Mobile]
- EkycCardHolder_Update
- [Batch]-Create
- [Batch]-Resent OTP Create
- [Batch]-Verify OTP Create
- [Batch]-Get Pomelo Batch Card With Paging
- [Batch]-Confirm Receved
- [Batch]-Get Details
- [CardHolder]-Get Presign Link
- [CardHolder]-Create
- [CardHolder]-Get Otp Approval Or Reject
- [CardHolder]-Verify OTP Approval Or Reject
- [CardHolder]-Resent OTP Approval Or Reject
- [CardHolder]-Get Ekyc With Paging
- [CardHolder]-Get With Paging
- [CardHolder]-Get By Company With Paging
- [CardHolder] - PresignLinkView
- [Common]-Get Documents Type
- [Common]-Get Nationalities
- [Common]-Get Genders
- [Card]-Get With Paging
- [Card]-Get Details
- [Card]-Get Details By CardID
- [Card]-Get OTP Action
- [Card]-Resent OTP Action
- [Card]-Verify OTP
- [Card]-Get Balance
- [Card]-Confirm Received Card
- [CardHolder]-Search
- [Card]-GetTransactionHistory
- [Account]-Get Account Details
- [Card]-Get Cards By Batch
- [Account]-Get Statement
- [Card Holder] - Get Card Holder Detail
- [Card]-Search Pomelo Card
- [CardHolder]-Edit
- Users
- User Blacklist
- User Blacklist History
- [User]-Create
- [User]-Login
- [User]-Create User Type
- [User]-Change Password
- [User]-List
- [User]-Forgot Password
- [User]-Update Avatar
- [User]-Update Info
- [User]-Update Language
- [User]-Update Token
- [User]-Set Read Notification
- [User]-Get Notifications
- [User]-Update Device token
- [User]-User Detail
- [User]-Count Notification Unread
- [User]-Verify OTP Forgot Password
- [User]-Resent OTP Forgot Password
- [User]-Get Iv
- [User]-Login With 2Fa
- Company
- Company Blacklist
- Company Blacklist History Copy
- [Company]-New StarPOST
- [Company]-New SatellitePOST
- [Company]-New Star ConfigPOST
- [Company]-Get RelationshipsPOST
- [Company]-Star By UserPOST
- [Company]-Get SatellitesPOST
- [Company]-Satellite Under StarPOST
- [Company]-Get Presign LinkPOST
- [Company]-Set Bank AccountPOST
- [Company]-Get Star DetailsPOST
- [Company]-Get Satellite DetailsPOST
- [Company]-Edit StarPOST
- [Company]-Edit SatellitePOST
- [Company]-Move SatellitePOST
- [Company]-Get OTPPOST
- [Company]-Resent OTPPOST
- [Company]-Verity OTPPOST
- [Company]-Get Overnight MoneyPOST
- [Company]-Save Overnight MoneyPOST
- [Company]-Get Request Open CompanyPOST
- [Company]-Set Status Request Open AccountPOST
- [Company]-Get Docs By TypePOST
- [Company]-Add Special ClabePOST
- [Company]-Get OTP Block CompanyPOST
- [Company]-Resent OTP Block CompanyPOST
- [Company]-Verify OTP Block CompanyPOST
- [Company]-Get BanksPOST
- [Company]-Get GalaxyPOST
- [Company]-Get Galaxy By UserPOST
- [Company]-Pre-Sign Link Upload Blacklist Review DocPOST
- [Company]-Pre-Sign Link Read Blacklist Review DocPOST
- Group
- Transaction
- [Transaction]-Get Transactions By Company V2
- [Transaction]-Get Transactions By Company
- [Transaction]-Get Pending Transactions
- [Transaction]-Get Pending Transaction V2
- [Transaction]-Get Details Pending Transaction
- [Transaction]-Get Schedule Transaction
- [Transaction]-Get Schedule Transaction V2
- [Transaction]-Get Transaction Details
- [Transaction]-Get Transaction Status
- [Transactio] - Transfer Money
- [Transactio] - Verify OTP
- [External]Pomelo
- External
- ClientWeb
[Company]-Star By User
Developing
POST
/api=starByUser
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 '/api=starByUser'
Responses
🟢200Success
application/json
Body
code
integerÂ
required
message
stringÂ
required
reqId
stringÂ
required
payload
objectÂ
required
starList
array [object {22}]Â
required
starCount
integerÂ
required
satelliteCount
integerÂ
required
total
integerÂ
required
Example
{
"code": 0,
"message": "string",
"reqId": "string",
"payload": {
"starList": [
{
"idVal": "string",
"currency": "string",
"docId": "string",
"alias": "string",
"name": "string",
"parentId": "string",
"id": "string",
"balance": "string",
"clabe": "string",
"accountNumber": "string",
"groupScheme": "string",
"groupDocId": "string",
"isStarGroup": true,
"adminUsers": [
{
"name": "string",
"avatar": "string",
"docId": "string",
"roleName": {
"key": "string"
},
"id": 0
}
],
"starAssigns": [
{
"name": "string",
"avatar": "string",
"docId": "string",
"roleName": {
"key": "string"
},
"id": 0
}
],
"groupAssigns": [
{
"name": "string",
"avatar": "string",
"docId": "string",
"roleName": {
"key": "string"
},
"id": 0
}
],
"listCompany": [
{}
],
"channel": [
{
"name": "string",
"display": "string",
"code": "string",
"level": "string",
"productList": [
{
"code": "string",
"name": "string",
"title": {
"key": "string"
},
"pricing": {
"type": "string",
"value": 0,
"paymentMethodList": [
{
"code": "string",
"name": "string",
"isEnable": true
}
]
},
"cash": {
"resetTypes": {
"code": "string",
"name": "string",
"display": {
"key": "string"
}
},
"startTime": "string",
"endTime": "string",
"operationDayList": [
{
"code": "string",
"name": "string",
"isEnable": true
}
],
"maxDailyAmount": 0,
"maxMonthlyAmount": 0,
"maxTransactionAmount": 0,
"maxTransactionNumber": 0
},
"commission": {
"businessPercent": 0,
"referPercent": 0
},
"level": "string"
}
]
}
],
"disabledCashOut": true,
"isBlock": true,
"starType": "string",
"refClabe": "string"
}
],
"starCount": 0,
"satelliteCount": 0,
"total": 0
}
}
Modified at 2025-03-05 17:32:30