Linkscore
Get Task
Users can check the status of their created tasks and get the task data by calling this endpoint.
Processed tasks are saved in the database for 60 days.
GET/linkscore/{id}
Parameters
| id number |
required | ID of the task |
Response
{
"status": "ok",
"task": {
"_id": "654b9409c24f8d5e79cdb18c",
"type": "linkscore",
"username": "admin",
"parameters": {
"domain": "morningscore.io",
},
"state": "processed",
"postback_url": "",
"created_at": "2023-11-08T13:58:33.139Z",
"__v": 1,
"data": {
"link_score": 21975,
},
"processed_at": "2023-11-08T13:58:33.237Z"
}
}