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

Authorizations

X-API-Key
string
header
required

Path Parameters

id
string
required

ID do entrypoint

Response

Entrypoint retornado com sucesso

entrypoint
object
required