API · v1 · stabil
CODEMETA OSDeveloper Center
Konsole öffnen

Get callback_request by id

GET/v1/callback_requests/{id}

Fetch a single callback_request.

Pfad-Parameter

NameTypBeschreibung
iderforderlichstring

Beispiel

curl -X GET https://api.codemeta-os.de/v1/callback_requests/{id} \
  -H "X-Tenant-Id: $TENANT" \
  -b cookies.txt
const result = await cm.callback_requests.get();

Antwortcodes

HTTP Bedeutung
200 Default Response

Suche