Obter inbox
curl --request GET \
--url https://api.jurichat.com/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"
}Inboxes
Obter inbox
Retorna os dados de uma inbox pelo ID.
GET
/
inbox
/
{id}
Obter inbox
curl --request GET \
--url https://api.jurichat.com/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"
}Authorizations
Chave de API do escritório (criada no painel). Envie o valor no header x-jurichat-api-key.
Path Parameters
ID da inbox.
Minimum string length:
1⌘I