postman.bloodhoundapi.com Open in urlscan Pro
44.195.195.246  Public Scan

URL: https://postman.bloodhoundapi.com/
Submission: On August 02 via automatic, source certstream-suspicious — Scanned from CA

Form analysis 0 forms found in the DOM

Text Content

 * Body
 * Headers (6)

 * Body
 * Headers (6)

 * Body
 * Headers (0)

 * Body
 * Headers (0)




Public


Documentation Settings

ENVIRONMENT
No Environment

LAYOUT
Double Column

LANGUAGE
cURL - cURL



Bloodhound API
Introduction
V1
POST
Get Token


BLOODHOUND API


AUTHORIZATIONBearer Token
Token

{{authToken}}


V1

AUTHORIZATIONBearer Token
This folder is using Bearer Token from collectionBloodhound API

ACCOUNT

AUTHORIZATIONBearer Token
This folder is using Bearer Token from collectionBloodhound API



GETACCOUNT SEARCH


{{rootUrl}}/v1/:entity/Account/?accountNumber=1257

Searches for accounts with a given criteria

AUTHORIZATIONBearer Token
This request is using Bearer Token from collectionBloodhound API
PARAMS
accountId

1000275

accountNumber

1257

PATH VARIABLES
entity

A

Example Request
One Result

curl


curl --location -g '{{rootUrl}}/v1/A/Account/?accountId={{accountId}}'

200 OK
Example Response
 * Body
 * Headers (6)

View More
json


{
    "pageNumber": 1,
    "pageSize": 50,
    "totalPages": 1,
    "totalRecords": 1,
    "results": [
        {
            "accountId": {{$queryParams 'accountId'}},
            "accountNumber": "18449697",
            "active": true,
            "clientAccountNumber": "40769926",
            "clientNumber": "267110",
            "consumerId": 457977730,
            "itemizationDate": null,
            "itemizationBalance": null,
            "itemizationInterest": null,
            "itemizationFees": null,
            "itemizationSource": "Other",
            "judgmentDate": null,
            "lastActivityDate": "2024-08-02T15:45:36.836Z",
            "lastPaymentAmount": 888.88,
            "lastPaymentDate": "2024-08-02T15:45:36.836Z",
            "legalCaseNumber": "",
            "listDate": "2024-08-02T15:45:36.836Z",
            "listedAmount": 461.08,
            "purgeStatus": "None",
            "statusCode": "f84",
            "statuteDate": null,
            "totalBalance": 334.34,
            "unpostedInterest": 535.91,
            "links": {
                "_self": "/v1/A/Account/{{$queryParams 'accountId'}}",
                "balance": "/v1/A/Account/{{$queryParams 'accountId'}}/Balance",
                "balanceConfigs": "/v1/A/Account/{{$queryParams 'accountId'}}/BalanceConfigs",
                "bundles": "/v1/A/Account/{{$queryParams 'accountId'}}/Bundles",
                "client": "/v1/A/Client/194247",
                "consumer": "/v1/A/Consumer/897232683",
                "infoScreens": "/v1/A/Account/{{$queryParams 'accountId'}}/InfoScreens",
                "statusCode": "/v1/A/StatusCode/umq"
            }
        }
    ]
}

Content-Type

application/json; charset=utf-8

Date

Thu, 03 Aug 2023 14:21:19 GMT

Server

Kestrel

Transfer-Encoding

chunked

Request-Context

appId=cid-v1:23591329-f275-4e20-a28a-e64a8a259e47

api-supported-versions

1.0


GETGET ACCOUNT


{{rootUrl}}/v1/:entity/Account/:id
AUTHORIZATIONBearer Token
This request is using Bearer Token from collectionBloodhound API
PATH VARIABLES
entity

D

id

33827

Example Request
Not Found

curl


curl --location -g '{{rootUrl}}/v1/A/Account/11111'

404 Not Found
Example Response
 * Body
 * Headers (6)

json


{
  "type": "https://tools.ietf.org/html/rfc7231#section-6.5.4",
  "title": "Not Found",
  "status": 404,
  "traceId": "00-856c6aa63034834ca88ae3ac406d5c1a-2865365b5f485341-00"
}

Content-Type

application/problem+json; charset=utf-8

Date

Thu, 03 Aug 2023 16:59:06 GMT

Server

Kestrel

Transfer-Encoding

chunked

Request-Context

appId=cid-v1:23591329-f275-4e20-a28a-e64a8a259e47

api-supported-versions

1.0


GETGET ACCOUNT BALANCE


{{rootUrl}}/v1/:entity/Account/:id/balance
AUTHORIZATIONBearer Token
This request is using Bearer Token from collectionBloodhound API
PATH VARIABLES
entity

A

id

1000275

Example Request
DB2 PEOB33330000

curl


curl --location -g '{{rootUrl}}/v1/C/Account/1114204/balance'

Example Response
 * Body
 * Headers (0)

No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers


GETGET ACCOUNT BALANCE CONFIGS


{{rootUrl}}/v1/:entity/Account/:id/balance
AUTHORIZATIONBearer Token
This request is using Bearer Token from collectionBloodhound API
PATH VARIABLES
entity

A

id

1000275

Example Request
Get Account Balance Configs

curl


curl --location -g '{{rootUrl}}/v1/A/Account/1000275/balance'

Example Response
 * Body
 * Headers (0)

No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers