---
sourceDocument: Australia Conversational Interfaces
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/pt-BR/conversational-interfaces

 Release :

    - australia

ft:locale :

    - pt-BR

ft:publication_title :

    - Australia Conversational Interfaces

ft:clusterId :

    - convint

bundleId :

    - convint

workflow :

    - Platform


---

# Configure output response REST endpoint and outbound authentication

# Configure the output response REST endpoint and outbound authentication for the Virtual Agent API {#ariaid-title1}

* Versão de lançamento: Australia
* 
* Atualizado 12 de mar. de 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 min. de leitura

Specify the outbound endpoint URL to which the Virtual Agent responses
are posted. Configure outbound authentication.

## Antes de Iniciar

If needed, specify the Message Authentication for token validation in the Provider Channel Identities \[sys_cs_provider_application\] table.

Role required: admin

## Procedimento

1. Navigate to AllSystem Web ServicesOutboundREST Message.
2. Select the VA Bot to Bot record to open it.
3. In the Endpoint field, enter the response endpoint for the third-party bot, and then click Update.  
   This is the endpoint for the primary bot server, where the response will have
   to be sent from the ServiceNow bot to another bot or
   another ServiceNow instance.

   For example: <kbd class="ph userinput">http://&lt;customer instance&gt;/demo/rest/service/nowbot/processResponse</kbd>
4. In the Authentication tab, set the Authentication type field to either Basic or OAuth 2.0, and then click Update.  
   * Basic: In the Basic auth profile field, select or create a Basic auth profile. It will contain a username and password.

   * OAuth: In the OAuth profile field, select or create an OAuth profile. After saving your changes, click Get OAuth Token in the related links list.
   {#configure-response-endpoint-va-api__ul_fmf_pfq_wqb}

   For details about configuring basic authentication, see [Configure a REST
   message with basic auth](https://www.servicenow.com/docs/access?context=t_ConfigureRESTMsgBasicAuth&version=australia&pubname=australia-api-reference&ft:locale=en-US).
   For information about configuring OAuth 2.0, see [Configure a REST
   message with OAuth](https://www.servicenow.com/docs/access?context=t_ConfigureARESTMessageWithOAuth&version=australia&pubname=australia-api-reference&ft:locale=en-US).
5. Review the JSON response returned from the endpoint call.  
   For a description of the Virtual Agent API response parameters and an example of a successful response, see [Virtual Agent Bot
   Integration API](https://www.servicenow.com/docs/access?context=bot-api&version=australia&pubname=australia-api-reference&ft:locale=en-US).
{#configure-response-endpoint-va-api__steps_ptd_222_rmb}

