Search
Create a search
Create a search
POST
/v1/searches
Bearer*
curl --request POST \
--url https://api.oneslipstream.com/v1/searches \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data '{
"consumer": "con_bPKKB3sYsukFanSsaBcMCMR2",
"purpose": "quotation"
}'
{
"accounts": [
{
"default": {
"defaultedAt": "1975-07-26T00:00:00.000Z",
"originalAmount": "1000",
"respossessedAt": "1975-07-26T00:00:00.000Z",
"satisfiedAt": "1975-07-26T00:00:00.000Z",
"terminationAmount": "1000"
},
"delinquent": {
"balance": "1000",
"delinquentAt": "1975-07-26T00:00:00.000Z"
},
"details": {
"account": {
"code": "balloon_repayment_loan",
"endedAt": "1975-07-26T00:00:00.000Z",
"groupCode": "loan_and_installment_credit",
"startedAt": "1975-07-26T00:00:00.000Z"
},
"accountNumber": "TEST-294-50032",
"accountSuffix": "1",
"arrangement": {
"endedAt": "1975-07-26T00:00:00.000Z",
"startedAt": "1975-07-26T00:00:00.000Z"
},
"balanceAmount": "500",
"behavioural": {
"hasMinimumPayment": "boolean",
"isPromotional": "boolean",
"statementBalance": "1000"
},
"currency": "GBP",
"intialAmount": "500",
"isJoint": true,
"limitAmount": "500",
"payment": {
"actualAmount": "500",
"expectedAmount": "500",
"lumpAmount": "500",
"penaltyInterestAmount": "500",
"regularAmount": "500",
"startedAt": "1975-07-26T00:00:00.000Z"
},
"repayment": {
"duration": "12",
"frequency": "monthly"
},
"status": "normal",
"updatedAt": "1975-07-26T00:00:00.000Z"
},
"history": [
{
"accountStatus": "satisfied",
"amount": "500",
"limitAmount": "1500",
"paymentAmount": "1000",
"paymentStatus": "up_to_date",
"recordedAt": "1975-07-26T00:00:00.000Z",
"statementAmount": "500"
}
],
"holder": {
"dob": "1975-07-26T00:00:00.000Z",
"endedAt": "1975-07-26T00:00:00.000Z",
"firstname": "eve",
"lastname": "moneypenny",
"othername": "string",
"startedAt": "1975-07-26T00:00:00.000Z",
"status": "normal"
},
"supplier": {
"code": "bank",
"name": "Slipstream"
}
}
],
"judgements": [
{
"address": "7 new bond street, london, uk",
"amount": "1000",
"caseNumber": "123456789",
"courtName": "lambeth",
"courtType": "County Court Judgment",
"dob": "1980-01-01",
"name": "john smith",
"status": "JG"
}
],
"match": {
"address": {
"buildingName": "null",
"buildingNumber": "7",
"city": "London",
"country": "GB",
"line1": "New Bond Street",
"line2": "null",
"postcode": "SE1 7TP",
"state": "Greater London",
"subBuildingName": "null",
"subBuildingNumber": "null"
},
"dob": "1975-07-26T00:00:00.000Z",
"firstname": "eve",
"lastname": "moneypenny",
"othername": "string",
"reportType": "individual",
"title": "mrs"
},
"noticesOfCorrection": [
{
"address": "7 new bond street, london, uk",
"createdAt": "2020-01-01",
"name": "john smith",
"reference": "123456789",
"text": "The judgement was issued in error and has been revoked"
}
],
"scores": {
"riskNavigator": "800",
"trueVision": "770"
},
"summary": {
"addressStatus": {
"inElectoralRoll": true,
"inPostalAddressFile": true,
"messageCode": "12"
},
"bankruptciesInsolvencies": {
"discharged": "12",
"isInsolvent": "boolean",
"isRestricted": "boolean"
},
"computed": {
"accounts": {
"active": "12",
"defaults": {
"last12m": "12",
"last36m": "12"
},
"delinquencies": {
"last12m": "12"
},
"opened": {
"last6m": "12"
},
"settled": "12",
"total": "12",
"worstPay": {
"last12m": "up_to_date",
"last36m": "up_to_date"
}
}
},
"indebt": {
"balanceLimitRatioRevolve": "12",
"totalBalancesActive": "12",
"totalBalancesLoans": "12",
"totalBalancesMortgages": "12",
"totalBalancesRevolve": "12",
"totalLimitsRevolve": "12"
},
"judgments": {
"active": "12",
"activeAmount": "12",
"last36m": "12",
"satisfied": "12",
"satisfiedAmount": "12",
"total": "12"
},
"links": {
"undeclaredAddresses": "12",
"undeclaredAddressesSearched": "12",
"undeclaredAddressesUnsearched": "12",
"undeclaredAliases": "12",
"undeclaredAssociates": "12"
},
"notices": {
"disputes": "12",
"hasCorrectionNotice": "boolean"
},
"searches": {
"last12m": "9",
"last3m": "4",
"last3mHome": "9"
}
}
}
Authorizations
Authorizationheaderrequired
string
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
consumerrequired
string
The identifier of the consumer to search
purposerequired
enum<string>
The purpose of the search.
quotation
- Used prior to a credit application to offer a quote (sometimes called a soft search)
Available options:
quotation
Response
200 - application/json
accountsrequired
object[]
judgements
object[]
matchrequired
object
noticesOfCorrection
object[]
scores
object
summaryrequired
object
curl --request POST \
--url https://api.oneslipstream.com/v1/searches \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data '{
"consumer": "con_bPKKB3sYsukFanSsaBcMCMR2",
"purpose": "quotation"
}'
{
"accounts": [
{
"default": {
"defaultedAt": "1975-07-26T00:00:00.000Z",
"originalAmount": "1000",
"respossessedAt": "1975-07-26T00:00:00.000Z",
"satisfiedAt": "1975-07-26T00:00:00.000Z",
"terminationAmount": "1000"
},
"delinquent": {
"balance": "1000",
"delinquentAt": "1975-07-26T00:00:00.000Z"
},
"details": {
"account": {
"code": "balloon_repayment_loan",
"endedAt": "1975-07-26T00:00:00.000Z",
"groupCode": "loan_and_installment_credit",
"startedAt": "1975-07-26T00:00:00.000Z"
},
"accountNumber": "TEST-294-50032",
"accountSuffix": "1",
"arrangement": {
"endedAt": "1975-07-26T00:00:00.000Z",
"startedAt": "1975-07-26T00:00:00.000Z"
},
"balanceAmount": "500",
"behavioural": {
"hasMinimumPayment": "boolean",
"isPromotional": "boolean",
"statementBalance": "1000"
},
"currency": "GBP",
"intialAmount": "500",
"isJoint": true,
"limitAmount": "500",
"payment": {
"actualAmount": "500",
"expectedAmount": "500",
"lumpAmount": "500",
"penaltyInterestAmount": "500",
"regularAmount": "500",
"startedAt": "1975-07-26T00:00:00.000Z"
},
"repayment": {
"duration": "12",
"frequency": "monthly"
},
"status": "normal",
"updatedAt": "1975-07-26T00:00:00.000Z"
},
"history": [
{
"accountStatus": "satisfied",
"amount": "500",
"limitAmount": "1500",
"paymentAmount": "1000",
"paymentStatus": "up_to_date",
"recordedAt": "1975-07-26T00:00:00.000Z",
"statementAmount": "500"
}
],
"holder": {
"dob": "1975-07-26T00:00:00.000Z",
"endedAt": "1975-07-26T00:00:00.000Z",
"firstname": "eve",
"lastname": "moneypenny",
"othername": "string",
"startedAt": "1975-07-26T00:00:00.000Z",
"status": "normal"
},
"supplier": {
"code": "bank",
"name": "Slipstream"
}
}
],
"judgements": [
{
"address": "7 new bond street, london, uk",
"amount": "1000",
"caseNumber": "123456789",
"courtName": "lambeth",
"courtType": "County Court Judgment",
"dob": "1980-01-01",
"name": "john smith",
"status": "JG"
}
],
"match": {
"address": {
"buildingName": "null",
"buildingNumber": "7",
"city": "London",
"country": "GB",
"line1": "New Bond Street",
"line2": "null",
"postcode": "SE1 7TP",
"state": "Greater London",
"subBuildingName": "null",
"subBuildingNumber": "null"
},
"dob": "1975-07-26T00:00:00.000Z",
"firstname": "eve",
"lastname": "moneypenny",
"othername": "string",
"reportType": "individual",
"title": "mrs"
},
"noticesOfCorrection": [
{
"address": "7 new bond street, london, uk",
"createdAt": "2020-01-01",
"name": "john smith",
"reference": "123456789",
"text": "The judgement was issued in error and has been revoked"
}
],
"scores": {
"riskNavigator": "800",
"trueVision": "770"
},
"summary": {
"addressStatus": {
"inElectoralRoll": true,
"inPostalAddressFile": true,
"messageCode": "12"
},
"bankruptciesInsolvencies": {
"discharged": "12",
"isInsolvent": "boolean",
"isRestricted": "boolean"
},
"computed": {
"accounts": {
"active": "12",
"defaults": {
"last12m": "12",
"last36m": "12"
},
"delinquencies": {
"last12m": "12"
},
"opened": {
"last6m": "12"
},
"settled": "12",
"total": "12",
"worstPay": {
"last12m": "up_to_date",
"last36m": "up_to_date"
}
}
},
"indebt": {
"balanceLimitRatioRevolve": "12",
"totalBalancesActive": "12",
"totalBalancesLoans": "12",
"totalBalancesMortgages": "12",
"totalBalancesRevolve": "12",
"totalLimitsRevolve": "12"
},
"judgments": {
"active": "12",
"activeAmount": "12",
"last36m": "12",
"satisfied": "12",
"satisfiedAmount": "12",
"total": "12"
},
"links": {
"undeclaredAddresses": "12",
"undeclaredAddressesSearched": "12",
"undeclaredAddressesUnsearched": "12",
"undeclaredAliases": "12",
"undeclaredAssociates": "12"
},
"notices": {
"disputes": "12",
"hasCorrectionNotice": "boolean"
},
"searches": {
"last12m": "9",
"last3m": "4",
"last3mHome": "9"
}
}
}