Data Saving

POST https://api.pxserv.net/database/setData

This endpoint allows saving data to 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

value

string

Data Value

Response

{
  "status": 200,
  "message": "OK",
  "data": {}
}

Last updated

Was this helpful?