TEASEDocs
API ReferenceVault

Mark a request delivered

Marks a fulfilled request as delivered after its proof was sent to the fan. Returns 409 if the request is not in the fulfilled state. Requires a write-scoped key.

Authorization

bearerAuth
AuthorizationBearer <token>

Your al_live_<prefix>_<secret> API key. Mint and manage keys in the dashboard.

In: header

Path Parameters

request_id*integer

Request id.

Response Body

application/json

application/json

application/json

POST
/api/admin/requests/{request_id}/deliver
curl -X POST "https://example.com/api/admin/requests/0/deliver"
{  "ok": true}
{  "detail": "Not authenticated"}
{  "detail": "request is not in 'fulfilled' state"}