Skip to main content
POST
/
v1
/
sessions
/
keep-alive
Keep Session Alive
curl --request POST \
  --url https://api.example.com/v1/sessions/keep-alive \
  --header 'Content-Type: application/json' \
  --header 'X-API-KEY: <api-key>' \
  --data '{}'
{
  "code": 100,
  "data": "<unknown>",
  "message": "<string>"
}

Authorizations

X-API-KEY
string
header
required

Body

application/json
session_id
string<uuid>

Response

Successful Response

code
integer
default:100
data
any
message
string