get https://api.nodecraft.studio/v1/consents/player/
List consents that the player has signed, or are outdated/missing and need to be signed.
Responses
List consents that the player has signed, or are outdated/missing and need to be signed.
xxxxxxxxxx
GET /v1/consents/player/legal?content_format=text HTTP/1.1
Accept: application/json
Host: api.nodecraft.studio
​
​
xxxxxxxxxx
22{
"code": "consents.legal",
"message": "Successfully retrieved legal consent documentation.",
"success": true,
"data": {
"consents": [
{
"page_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"page_content_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"type": "legal",
"entity": "system",
"entity_id": "string",
"status": "missing",
"date_signed": "string"
}
],
"content": "string",
"status_all": "missing",
"date_all_signed": "string"
},
"error": false
}