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

Understanding How The API Works »

REST SyntaxAssociated API Topics
SOAP SyntaxSession Log In
Session Keep Alive
Session Log Out

REST Syntax

Click to view all REST Resources
Session/ GET -- Verifies that a session is still active.
HTTP Action -- GET
URI -- https://api.dynect.net/REST/Session/
Arguments:
No Arguments.
Response:
Not Applicable.

Dyn Logo

SOAP Syntax

Click to view all SOAP Commands
SessionIsAlive -- Verifies that a session is still active.
Arguments:
string token -- Required. The session identifier.
Response:
Not Applicable.
Example Request -- Click for More Info