Skip to main content
GET
/
inbox
/
{id}
Obter inbox
curl --request GET \
  --url http://localhost:3001/inbox/{id} \
  --header 'X-JuriChat-Api-Key: <api-key>'
{
  "id": "<string>",
  "name": "<string>",
  "officeId": "<string>",
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z"
}

Documentation Index

Fetch the complete documentation index at: https://docs.jurichat.com/llms.txt

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

Authorizations

X-JuriChat-Api-Key
string
header
required

Chave de API do escritório (criada no painel). Envie o valor no header X-JuriChat-Api-Key.

Path Parameters

id
string
required

ID da inbox.

Minimum string length: 1

Response

Default Response

id
string
required

ID da inbox.

name
string
required

Nome da inbox.

officeId
string
required

ID do escritório ao qual a inbox pertence.

createdAt
string<date-time>
required

Data e hora de criação.

updatedAt
string<date-time>
required

Data e hora da última atualização.