bankstract
Api

Worker and engine version

Returns the running worker version and the bundled bankstract engine version.

GET
/v1/status

Response Body

application/json

curl -X GET "https://example.com/v1/status"
{  "status": "ok",  "worker_version": "string",  "engine_version": "string"}