Get Data Processing Status
Endpoint is deprecated and will be removed in API 3.1
GET
/public/v3/customers/{customer_id}/data_processing_statuses/{dtn_slug}
Parameter | Data type | Required? | Description |
---|---|---|---|
customer_id | string | yes | Customer ID |
dtn_slug | string | yes | Slug of the relevant data process |
none
none
Parameter | Data type | Required? | Description |
---|---|---|---|
updated_at | integer | yes | Timestamp of last status change |
processing_status | string | yes | Allowed:(failed, in_progress, finished) |
dtn_slug | string | yes | Slug of the relevant data process |
1
2
3
curl --location -g --request GET 'https://api.friendlyscore.com/public/v3/customers/{customer_id}/data_processing_statuses/{dtn_slug}' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer {access_token}'
1
2
3
4
5
{
"updated_at": "1553077496",
"processing_status": "in_progress",
"dtn_slug": "abc-123"
}
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)