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