Infinity
  1. Company Blacklist History Copy
Infinity
  • Start your Apidog journey
  • Infinity
    • Pomelo Card
      • [Mobile]
        • Mobile Login
        • Get OTP Activate Pomelo Card
        • Resent OTP Activate Card
        • Verify Activate Pomelo Card
        • Get URL View Card Details
        • Get Otp Set Pin Card
        • Resent Otp Set Pin Card
        • Verify Otp Set Pin Card
      • EkycCardHolder_Update
        • [EKyc]-Create
        • [EKyc]-Get Otp Approval Or Reject
        • [EKyc]-Resent OTP Approval Or Reject
        • [EKyc]-Verify OTP Approval Or Reject
        • [EKyc]-Filter Ekyc
        • [EKyc]-Get Kyc Detail
        • [Card Holder]-Filter Card Holder
        • [Card Holder]-Get Card Holder Detail
        • [CardHolder]-Edit CardHolder
      • [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]- List User Black List
      • User Blacklist History
        • [User Blacklist History]- List 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]- List Company Black List
      • Company Blacklist History Copy
        • [Company]- List Company Blacklist History
          POST
      • [Company]-New Star
        POST
      • [Company]-New Satellite
        POST
      • [Company]-New Star Config
        POST
      • [Company]-Get Relationships
        POST
      • [Company]-Star By User
        POST
      • [Company]-Get Satellites
        POST
      • [Company]-Satellite Under Star
        POST
      • [Company]-Get Presign Link
        POST
      • [Company]-Set Bank Account
        POST
      • [Company]-Get Star Details
        POST
      • [Company]-Get Satellite Details
        POST
      • [Company]-Edit Star
        POST
      • [Company]-Edit Satellite
        POST
      • [Company]-Move Satellite
        POST
      • [Company]-Get OTP
        POST
      • [Company]-Resent OTP
        POST
      • [Company]-Verity OTP
        POST
      • [Company]-Get Overnight Money
        POST
      • [Company]-Save Overnight Money
        POST
      • [Company]-Get Request Open Company
        POST
      • [Company]-Set Status Request Open Account
        POST
      • [Company]-Get Docs By Type
        POST
      • [Company]-Add Special Clabe
        POST
      • [Company]-Get OTP Block Company
        POST
      • [Company]-Resent OTP Block Company
        POST
      • [Company]-Verify OTP Block Company
        POST
      • [Company]-Get Banks
        POST
      • [Company]-Get Galaxy
        POST
      • [Company]-Get Galaxy By User
        POST
      • [Company]-Pre-Sign Link Upload Blacklist Review Doc
        POST
      • [Company]-Pre-Sign Link Read Blacklist Review Doc
        POST
    • Group
      • [Group]-Get Channels
      • [Group]-Create Group
      • [Group]-Get Group By Star
      • [Group]-Get Details
      • [Group]-Get Details By DocID
      • [Group]-Edit 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
      • request token
      • request batch of card
      • create user
      • create digital account
      • create user token
      • link card
      • deposit account
      • search card by shipment ID
      • search card by shipment ID Copy
      • get shipment
      • get card details
      • get account details
      • get card details full - test usage only
      • url activate card
    • External
      • Event Activated Card
      • Event Account Activity
    • ClientWeb
      • Login
      • Login 2Fa
  1. Company Blacklist History Copy

[Company]- List Company Blacklist History

Developing
POST
/api=ListUserBlacklistHistory
#Company

Request

Body Params application/json
code
string 
optional
message
string 
optional
reqId
string 
optional
payload
object 
optional
keyword
string 
optional
for search name company
userDocId
string 
required
lastDocId
string 
optional
for pagination
limit
number 
required
Example
{
    "code": "string",
    "message": "string",
    "reqId": "string",
    "payload": {
        "keyword": "string",
        "userDocId": "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 '/api=ListUserBlacklistHistory' \
--header 'Content-Type: application/json' \
--data-raw '{
    "code": "string",
    "message": "string",
    "reqId": "string",
    "payload": {
        "keyword": "string",
        "userDocId": "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
histories
array [object {9}] 
required
Example
{
    "lastDocId": "abc123",
    "users": [
        {
            "username": "john_doe",
            "rfc": "JDOE12345678",
            "userSKey": "user#123",
            "blacklistStatus": "BlacklistWarning",
            "blacklistType": "blue",
            "activityStatus": "create",
            "deletedAt": null,
            "createdAt": "2023-09-01T10:20:30Z",
            "updatedAt": "2023-09-10T14:22:10Z"
        },
        {
            "username": "jane_smith",
            "rfc": "JSMI87654321",
            "userSKey": "user#456",
            "blacklistStatus": "BlacklistWarning",
            "blacklistType": "blue",
            "activityStatus": "daily_check",
            "deletedAt": "2023-09-15T12:00:00Z",
            "createdAt": "2023-08-25T09:15:45Z",
            "updatedAt": "2023-09-12T16:30:00Z"
        }
    ]
}
Modified at 2025-04-18 09:20:39
Previous
[Company]- List Company Black List
Next
[Company]-New Star
Built with