Verificar se NPS existe para a sessão

Add MCP server to your AI tool

Allow AI tools and LLMs to interact with the API documentation portal through MCP.

MCP server URL

https://api-docs.neppo.com.br/mcp

Standard setup for AI tools providing an mcp.json file

mcp.json
{
  "Neppo API MCP server": {
    "url": "https://api-docs.neppo.com.br/mcp"
  }
}

Close
GET /chatapi/1.0/api/v2/user-session/survey/nps-exists/{surveyName}/{sessionId}

Verifica se já existe uma pesquisa NPS registrada para a sessão e nome de pesquisa informados.

Path parameters

  • surveyName string Required

    surveyName

  • sessionId integer(int64) Required

    sessionId

Responses

  • 200 application/json

    OK

  • 401

    Unauthorized

  • 403

    Forbidden

  • 404

    Not Found

GET /chatapi/1.0/api/v2/user-session/survey/nps-exists/{surveyName}/{sessionId}
curl \
 --request GET 'https://api.neppo.com.br/chatapi/1.0/api/v2/user-session/survey/nps-exists/{surveyName}/{sessionId}' \
 --header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
true