Keeping a session alive using the API requires specific syntax depending on whether you are using REST or SOAP. Use this table to find the syntax for your command.

Understanding How The API Works »

REST SyntaxAssociated API Topics
SOAP SyntaxSession Log In
Session Active
Session Log Out

REST Syntax

Click to view all REST Resources
Session/ PUT -- A no-op that keeps a session alive.
HTTP Action -- PUT
URI -- https://api.dynect.net/REST/SESSION/
Arguments:
No Arguments.
Response:
Not Applicable.

Dyn Logo

SOAP Syntax

Click to view all SOAP Commands
SessionKeepAlive -- Extends a session's validity period.
Arguments:
string token -- Required. The session identifier.
Response:
Not Applicable.
Example Request -- Click for More Info