Skip to main content
GET
/
v1
/
sessions
/
{id}
Retrieve a session
curl --request GET \
  --url https://api4.kinbox.com.br/v1/sessions/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>"
}

Documentation Index

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

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

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

200 - application/json
id
string
required