PEPINO ZAPdocs
Referência da APIFunil

Lista os funis

Ver como Markdown
GET
/v1/funnels

Lista os funis do Projeto (no modo da API key).

Authorization

bearerAuth
AuthorizationBearer <token>

API key enviada como Authorization Bearer pzk_live_... ou pzk_test_...

In: header

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/v1/funnels"
{
  "items": [
    {
      "id": "string",
      "instanceId": "string",
      "name": "string"
    }
  ]
}
{
  "error": {
    "code": "UNAUTHORIZED",
    "message": "API key ausente ou invalida"
  }
}
{
  "error": {
    "code": "FORBIDDEN",
    "message": "Projeto inativo ou sem permissao"
  }
}