cURL
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>" }
Keep the session alive
Successful Response
Was this page helpful?