Skip to Content
REST APIDatabaseRetrieve Data

Retrieve Data

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

This endpoint returns the value stored under a specified key in the PxServ project database.

Headers

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

Body

KeyTypeDescription
keystringData key

Response

200

{ "status": 200, "message": "OK", "data": { "value": "<VALUE>" } }

Error

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