Skip to main content
GET
/
v1
/
entrypoints
/
{id}
Obtém um entrypoint por ID.
curl --request GET \
  --url https://api.example.com/v1/entrypoints/{id} \
  --header 'X-API-Key: <api-key>'
{
  "entrypoint": {
    "id": "<string>",
    "name": "<string>",
    "platform": "whatsapp",
    "funnelStepId": "<string>",
    "displayName": "<string>",
    "isCoexistence": true
  }
}

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

Path Parameters

id
string
required

ID do entrypoint

Response

Entrypoint retornado com sucesso

entrypoint
object
required