Create callback_request
POST/v1/callback_requests
Create a new callback_request in the active tenant.
Beispiel
curl -X POST https://api.codemeta-os.de/v1/callback_requests \
-H "X-Tenant-Id: $TENANT" \
-b cookies.txtconst result = await cm.callback_requests.post();Antwortcodes
| HTTP | Bedeutung |
|---|---|
200 |
Default Response |