DKBSignDocs

API reference

GETRequires Bearer token

Search the repository

/api/edm/search

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

Path parameters

This endpoint has no path parameters.

Query parameters

FieldTypeDescription
q
Required
stringSearch query.
e.g. "nda"

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/edm/search?q=nda' \
  -H 'Authorization: Bearer $DKBSIGN_TOKEN'

Response 200

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