Get Report Statuses
GET
/public/v3/customers/{customer_id}/report_readiness_statuses
Parameter | Data type | Required? | Description |
---|---|---|---|
customer_id | string | yes | Customer ID |
none
none
Parameter | Data type | Required? | Description |
---|---|---|---|
data | Report Readiness Status | yes | Array of statuses |
Parameter | Data type | Required? | Description |
---|---|---|---|
name | string | yes | Name of the referred report |
status | string | yes | Allowed:(no_data, not_ready, ready) |
account_types | [string] | yes | List of available reports by bank account type ("Business", "Personal") |
1
2
3
curl --location --request GET 'https://api.friendlyscore.com/public/v3/customers/{customer_id}/report_readiness_statuses' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer {access_token}'
1
2
3
4
5
6
7
8
9
10
11
{
"data": [
{
"name": "insights",
"status": "not_ready",
"account_types": [
"Personal", "Business"
]
}
]
}
Was this article helpful?
Friendly Score UK Ltd.
84 Brook Street
London W1K 5EH
Call us on +44 20 3709 6726
Company registered in England
Company number 09168668, ICO ZA111687
VAT registration number 206 9758 80
Authorised and Regulated by the Financial Conduct Authority. (FRN: 821100, 781963)