Creditdecision

Credit Decision

Get exiting decision

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
timestampstringOptional

Decision timestamp found from created decision response data block

Responses
chevron-right
200

Credit decision report

application/json

CreditDecisionReportResponse

created_atstring · dateOptional

Event creation timestamp in ISO8601 format

Example: 2019-08-12T14:36:00+00:00
get
/creditdecision/read

Create new creditdecision

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body

CreditDecisionReportRequest

idstringRequired

Valid sosial security number or business id

Example: 010203-1234
limitintegerOptional

Request item limit to be returned. Recommended values are 100 or 200, maximum is 1000.

Example: 1000
dirstringOptional

Sort direction. Allowed values are 'ASC' or 'DESC'. ASC returns items from oldest to newest (default). DESC returns items from newest to oldest.

Example: DESC
cursorstringOptional

Cursor for pagination to identify edge for next page. This value is provided in the 'response_metadata' object 'next_cursor' property.

Example: MjAyMS0wMi0wNFQwNzo0OTo0MC4yMDda
Responses
post
/creditdecision

Search from exiting decisions

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body

CreditDecisionReportRequest

idstringRequired

Valid sosial security number or business id

Example: 010203-1234
limitintegerOptional

Request item limit to be returned. Recommended values are 100 or 200, maximum is 1000.

Example: 1000
dirstringOptional

Sort direction. Allowed values are 'ASC' or 'DESC'. ASC returns items from oldest to newest (default). DESC returns items from newest to oldest.

Example: DESC
cursorstringOptional

Cursor for pagination to identify edge for next page. This value is provided in the 'response_metadata' object 'next_cursor' property.

Example: MjAyMS0wMi0wNFQwNzo0OTo0MC4yMDda
Responses
post
/creditdecision/search

Browse exiting decisions

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
limitintegerOptional

Request item limit to be returned. Recommended values are 100 or 200, maximum is 1000.

dirstringOptional

Sort direction. Allowed values are 'ASC' or 'DESC'. ASC returns items from oldest to newest (default). DESC returns items from newest to oldest.

cursorstringOptional

Cursor for pagination to identify edge for next page. This value is provided in the 'response_metadata' object 'next_cursor' property.

Responses
get
/creditdecision/browse

Last updated

Was this helpful?