cURL
curl --request POST \ --url https://pos-integration.robotpos.com/realtimeapi/api/query \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "query": "SELECT * FROM efr_users" }'
{ "data": [ {} ] }
Execute a SQL query and return the results immediately
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Query executed successfully
The response is of type object.
object