curl --request GET \
--url https://api.stateset.com/v1/logs \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"id": "<string>"
}
'{
"id": "<string>",
"description": "<string>",
"timestamp": "<string>",
"type": "<string>"
}This endpoint gets new logs
curl --request GET \
--url https://api.stateset.com/v1/logs \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"id": "<string>"
}
'{
"id": "<string>",
"description": "<string>",
"timestamp": "<string>",
"type": "<string>"
}