This endpoint allows you to retrieve the data.
This request does not require a request body.
The response will contain the data requested.
{
"type": "object",
"properties": {
"message": {
"type": "string"
},
"status": {
"type": "integer"
},
"data": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "integer"
},
"value": {
"type": "string"
}
}
}
}
}
}
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
OK
The response is of type object.