Gestiono
Referencia de APIChats / Diffusion

Get Diffusion by id preview

← Back to full API reference
GET/v1/conversation-diffusion/:id/previewAuth required
  • Validated by Zod schema: getDiffusionPreviewSchema.

Request details

Path params

FieldRequiredDescription
idYesRequired path parameter.

Default payloads

Path params

json
{
  "id": 1
}

Query

json
{}

Sample response

json
{
  "totalContacts": "<value>",
  "alreadySent": "<value>",
  "pending": "<value>",
  "excluded": "<value>",
  "willBeSent": "<value>",
  "notSelected": "<value>"
}