Data Fetching
Key
Value
Key
Type
Description
{
"status": 200,
"message": "OK",
"data": {
"value": "<VALUE>"
}
}{
“status": 401,
“message": “Invalid API key.”,
“data": {}
}Last updated
POST https://api.pxserv.net/database/getData
This endpoint allows reading data into the PxServ project database
Headers
Content-Type
application/json
apikey
Project API Key
Accept-Language
tr | en
Body
key
string
Data key
Response
{
"status": 200,
"message": "OK",
"data": {
"value": "<VALUE>"
}
}{
“status": 401,
“message": “Invalid API key.”,
“data": {}
}Last updated