Skip to Content

Store Data

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

This endpoint creates a key or updates its value in the PxServ project database.

Headers

KeyValue
Content-Typeapplication/json
apikeyProject API Key
Accept-Languagetr | en

Body

KeyTypeDescription
keystringData key
valuestringData value

Response

200

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

Error

{ "status": 401, "message": "Invalid API key.", "data": {} }
Last updated