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
| Field | Type | Description |
|---|---|---|
q Required | string | Search query. e.g. "nda" |
Request body
This endpoint does not accept a request body.
Responses
| Status | Meaning |
|---|---|
| 500 | See the example response. |