Pular para o conteúdo principal
POST
/
v1
/
public
/
agents
/
conversations
/
{conversation_id}
/
token
/
refresh
Refresh the session token of a conversation
curl --request POST \
  --url https://api.quintus.tec.br/v1/public/agents/conversations/{conversation_id}/token/refresh \
  --header 'X-API-Key: <api-key>'
{
  "session_token": "<string>",
  "expires_at": "2023-11-07T05:31:56Z",
  "expires_in": 123
}

Documentation Index

Fetch the complete documentation index at: https://quintus.tec.br/docs/llms.txt

Use this file to discover all available pages before exploring further.

Autorizações

X-API-Key
string
header
obrigatório

Parâmetros de caminho

conversation_id
string
obrigatório

Resposta

Successful Response

session_token
string
obrigatório
expires_at
string<date-time>
obrigatório
expires_in
integer
obrigatório