curl -u "pb_SEU_TOKEN_PUBLICO:sk_SEU_TOKEN_SECRETO" \
"https://api.sortify.com.br/v1/raffles/a3f1c9e2-5b7d-4e8a-9c01-2d3e4f5a6b7c/insells"
{
"success": true,
"message": "Insells listados com sucesso",
"data": {
"insells": [
{
"id": "4b3a2c1d-0e9f-8a7b-6c5d-e4f3a2b1c0d9",
"type": "custom",
"title": "Enquanto o PIX não cai",
"description": null,
"display_order": 0,
"custom": {
"type": "card",
"content": "<h1>Oferta exclusiva!</h1><a href=\"{{INSELL_URL}}\" rel=\"noopener noreferrer nofollow\" target=\"_blank\">Aproveitar</a>",
"url": { "placeholder": "{{INSELL_URL}}", "value": "https://insell.cliente.digital/" }
},
"is_active": true,
"created_at": "2026-07-06T12:00:00.000Z",
"updated_at": "2026-07-06T12:00:00.000Z"
}
]
}
}
Insells
Listar insells
Lista as promoções de insell de uma ação
GET
/
v1
/
raffles
/
{id}
/
insells
curl -u "pb_SEU_TOKEN_PUBLICO:sk_SEU_TOKEN_SECRETO" \
"https://api.sortify.com.br/v1/raffles/a3f1c9e2-5b7d-4e8a-9c01-2d3e4f5a6b7c/insells"
{
"success": true,
"message": "Insells listados com sucesso",
"data": {
"insells": [
{
"id": "4b3a2c1d-0e9f-8a7b-6c5d-e4f3a2b1c0d9",
"type": "custom",
"title": "Enquanto o PIX não cai",
"description": null,
"display_order": 0,
"custom": {
"type": "card",
"content": "<h1>Oferta exclusiva!</h1><a href=\"{{INSELL_URL}}\" rel=\"noopener noreferrer nofollow\" target=\"_blank\">Aproveitar</a>",
"url": { "placeholder": "{{INSELL_URL}}", "value": "https://insell.cliente.digital/" }
},
"is_active": true,
"created_at": "2026-07-06T12:00:00.000Z",
"updated_at": "2026-07-06T12:00:00.000Z"
}
]
}
}
Retorna todos os insells da ação (ativos e inativos), ordenados por
display_order. Insells são promoções exibidas na tela do PIX — pedido já fechado, aguardando o pagamento.
Como o insell aparece com o pagamento ainda pendente, não há métricas de conversão (como nos presells).
Path params
string
required
ID da ação (UUID).
Resposta
array
Show Campos do insell
Show Campos do insell
string
Identificador único (UUID).
string
simple, custom ou iframe — não existe redirect em insells.string
Título do insell.
string | null
Descrição.
object
Presente apenas no tipo
simple: { button_text, button_url }.object
Presente apenas no tipo
custom: { type, content, url }.object
Presente apenas no tipo
iframe: { type, url }.boolean
Se o insell está ativo.
number
Ordem de exibição (menor = primeiro).
string
Criação (ISO 8601, UTC).
string
Última atualização (ISO 8601, UTC).
Erros
| HTTP | Código | Quando ocorre |
|---|---|---|
404 | RAFFLE_NOT_FOUND | A ação não existe ou pertence a outra conta |
curl -u "pb_SEU_TOKEN_PUBLICO:sk_SEU_TOKEN_SECRETO" \
"https://api.sortify.com.br/v1/raffles/a3f1c9e2-5b7d-4e8a-9c01-2d3e4f5a6b7c/insells"
{
"success": true,
"message": "Insells listados com sucesso",
"data": {
"insells": [
{
"id": "4b3a2c1d-0e9f-8a7b-6c5d-e4f3a2b1c0d9",
"type": "custom",
"title": "Enquanto o PIX não cai",
"description": null,
"display_order": 0,
"custom": {
"type": "card",
"content": "<h1>Oferta exclusiva!</h1><a href=\"{{INSELL_URL}}\" rel=\"noopener noreferrer nofollow\" target=\"_blank\">Aproveitar</a>",
"url": { "placeholder": "{{INSELL_URL}}", "value": "https://insell.cliente.digital/" }
},
"is_active": true,
"created_at": "2026-07-06T12:00:00.000Z",
"updated_at": "2026-07-06T12:00:00.000Z"
}
]
}
}