Skip to main content
GET
/
v1
/
entrypoints
Lista todos os entrypoints configurados.
curl --request GET \
  --url https://api.example.com/v1/entrypoints \
  --header 'X-API-Key: <api-key>'
{
  "entrypoints": [
    {
      "id": "<string>",
      "name": "<string>",
      "platform": "whatsapp",
      "funnelStepId": "<string>",
      "displayName": "<string>",
      "state": "connected"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.crmspark.com.br/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

Query Parameters

platform
enum<string>

Filtrar por plataforma

Available options:
whatsapp,
whatsapp_lite,
instagram,
telegram

Response

Lista de entrypoints retornada com sucesso

entrypoints
object[]
required