mirror of
https://codeberg.org/SeedDMS/paperless
synced 2025-02-06 15:05:46 +00:00
8 lines
110 B
Bash
Executable File
8 lines
110 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. ./credentials
|
|
|
|
curl --silent "${URL}/api/correspondents/" -H "Authorization: ${AUTH}"
|
|
#| jq '.'
|
|
|