DKBSignDocs

API reference

GETRequires Bearer token

List workflows

/api/workflows/all

Retrieve `/api/workflows/all`. Authenticated routes need `Authorization: Bearer {token}` from `POST /api/v1/login`.

Path parameters

This endpoint has no path parameters.

Query parameters

FieldTypeDescription
search
stringFilter by name.
page
integerPage number.
e.g. 1

Request body

This endpoint does not accept a request body.

Responses

StatusMeaning
500See the example response.

Request

curl
curl -X GET 'https://api.dkbsigns.com/api/workflows/all?search=search&page=1' \
  -H 'Authorization: Bearer $DKBSIGN_TOKEN'

Response 200

json
{
  "status": "success",
  "message": "Upstream response is forwarded unchanged."
}