Skip to content

Mark conversation as delivered

POST
/vendor/conversations/{id}/delivered

Отметить диалог как доставленный

Authorizations

sessionCookie

PHP session cookie (HTTP-only, Secure, SameSite=Lax)

Type
API Key (cookie: PARTIZAP_SESSION)
+
csrfToken

CSRF token from CSRF_TOKEN cookie. Required on POST/PUT/PATCH/DELETE for
endpoints declaring csrfToken in their security block. Unauthenticated
session-establishment endpoints (login, register, forgot-password,
reset-password, validate-reset-token, admin login, admin TOTP verify) are
exempt — they declare security: [] and accept POST without a CSRF token.

Type
API Key (header: X-CSRF-TOKEN)

Parameters

Path Parameters

id*

Conversation ID

Type
integer
Required

Responses

Marked as delivered

application/json
JSON
{
  
"data": {
  
  
"message": "Marked as delivered"
  
}
}

Playground

Server
Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI