- 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]- List Company Black List
Developing
POST
https://dev-api.mxmidas.com/dev_company/ppe_infinity_company
#Company
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Query Params
api
string
optional
Example:
ListCompanyBlacklist
Body Params application/json
keyword
string
optional
listType
string
required
lastDocId
string
optional
limit
number
required
Example
{
"keyword": "string",
"listType": "string",
"lastDocId": "string",
"limit": 0
}
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 'https://dev-api.mxmidas.com/dev_company/ppe_infinity_company?api=ListCompanyBlacklist' \
--header 'Content-Type: application/json' \
--data-raw '{
"keyword": "string",
"listType": "string",
"lastDocId": "string",
"limit": 0
}'
Responses
🟢200Success
application/json
Body
code
integer
required
message
string
required
reqId
string
required
payload
object
required
lastDocId
string
required
companies
array [object {13}]
required
Example
{
"lastDocId": "",
"companies": [
{
"companyName": "Tech Corp Ltd",
"rfc": "TCL202310A1A",
"companySKey": "tech-001",
"blacklistStatus": "approved",
"blacklistType": "black",
"sharedHolders": [
{
"fullName": "Alice Johnson",
"percentage": 50,
"rfcNumber": "AJT202310B2B",
"blacklistType": "white",
"blacklistStatus": "none"
},
{
"fullName": "Bob Smith",
"percentage": 50,
"rfcNumber": "BST202310C3C",
"blacklistType": "black",
"blacklistStatus": "rejected"
}
],
"treasurers": [
{
"fullName": "Charlie Brown",
"email": "charlie.brown@example.com",
"rfcNumber": "CBR202310D4D",
"blacklistType": "red",
"blacklistStatus": "approved"
}
],
"companyBeneficiaries": [
{
"rfcNumber": "CBF202310A5X",
"blacklistType": "yellow",
"blacklistStatus": "update",
"name": "David White",
"fatherName": "Edward White",
"motherName": "Sarah White",
"email": "david.white@example.com",
"phone": "1234567890",
"dateOfBirth": "1990-05-10T00:00:00Z",
"relationship": "CEO"
}
],
"activityStatus": "update",
"sortTime": "2023-10-20T12:00:00Z",
"deletedAt": null,
"createdAt": "2023-10-01T12:00:00Z",
"updatedAt": "2023-10-15T15:00:00Z"
},
{
"companyName": "Innovate Solutions",
"rfc": "ISL202310B1B",
"companySKey": "innovate-002",
"blacklistStatus": "update",
"blacklistType": "red",
"sharedHolders": [
{
"fullName": "Eve Daniels",
"percentage": 40,
"rfcNumber": "EVT202310X2Z",
"blacklistType": "blue",
"blacklistStatus": "approved"
}
],
"treasurers": [
{
"fullName": "Frank Eagle",
"email": "frank.eagle@example.com",
"rfcNumber": "FE202310X3Y",
"blacklistType": "red",
"blacklistStatus": "rejected"
}
],
"companyBeneficiaries": [],
"activityStatus": "daily_check",
"sortTime": "2023-10-21T14:00:00Z",
"deletedAt": null,
"createdAt": "2023-09-20T08:30:00Z",
"updatedAt": "2023-10-17T10:00:00Z"
},
{
"companyName": "Future Vision Inc",
"rfc": "FVI202310F2G",
"companySKey": "vision-003",
"blacklistStatus": "rejected",
"blacklistType": "blue",
"sharedHolders": [
{
"fullName": "Grace Mill",
"percentage": 60,
"rfcNumber": "GMR202310J2K",
"blacklistType": "yellow",
"blacklistStatus": "none"
}
],
"treasurers": [],
"companyBeneficiaries": [
{
"rfcNumber": "BVE202310T3Y",
"blacklistType": "yellow",
"blacklistStatus": "daily_check",
"name": "Ivy Blossom",
"fatherName": "James Blossom",
"motherName": "Linda Blossom",
"email": "ivy.blossom@example.com",
"phone": "9876543210",
"dateOfBirth": "1985-07-15T00:00:00Z",
"relationship": "CFO"
}
],
"activityStatus": "create",
"sortTime": "2023-10-19T16:00:00Z",
"deletedAt": null,
"createdAt": "2023-08-15T09:00:00Z",
"updatedAt": "2023-10-19T16:00:00Z"
},
{
"companyName": "Green Earth Co",
"rfc": "GEC202310Q3R",
"companySKey": "green-004",
"blacklistStatus": "approve",
"blacklistType": "yellow",
"sharedHolders": [
{
"fullName": "Hank Glow",
"percentage": 70,
"rfcNumber": "HKG202310A4B",
"blacklistType": "white",
"blacklistStatus": "approved"
}
],
"treasurers": [],
"companyBeneficiaries": [
{
"rfcNumber": "GECB202310X4Y",
"blacklistType": "red",
"blacklistStatus": "rejected",
"name": "Jack Thunder",
"fatherName": "Walter Thunder",
"motherName": "Mary Thunder",
"email": "jack.thunder@example.com",
"phone": "5551234567",
"dateOfBirth": "1980-03-25T00:00:00Z",
"relationship": "Director"
}
],
"activityStatus": "approved",
"sortTime": "2023-10-18T10:00:00Z",
"deletedAt": null,
"createdAt": "2023-07-10T10:00:00Z",
"updatedAt": "2023-10-18T10:15:00Z"
},
{
"companyName": "Blue Ocean Ltd",
"rfc": "BOL202310Z1Z",
"companySKey": "blue-005",
"blacklistStatus": "create",
"blacklistType": "blue",
"sharedHolders": [
{
"fullName": "Liam Stone",
"percentage": 85,
"rfcNumber": "LMS202310P4M",
"blacklistType": "yellow",
"blacklistStatus": "update"
}
],
"treasurers": [
{
"fullName": "Maya Stevens",
"email": "maya.stevens@example.com",
"rfcNumber": "MS202310O5N",
"blacklistType": "white",
"blacklistStatus": "approved"
}
],
"companyBeneficiaries": [
{
"rfcNumber": "BOLB202310F7H",
"blacklistType": "blue",
"blacklistStatus": "approved",
"name": "Nathan Waves",
"fatherName": "Oscar Waves",
"motherName": "Emma Waves",
"email": "nathan.waves@example.com",
"phone": "8886543210",
"dateOfBirth": "1975-12-15T00:00:00Z",
"relationship": "Partner"
}
],
"activityStatus": "create",
"sortTime": "2023-10-25T17:00:00Z",
"deletedAt": null,
"createdAt": "2023-09-05T14:00:00Z",
"updatedAt": "2023-10-25T17:00:00Z"
}
]
}
Modified at 2025-04-18 04:09:54