Skip to main content
GET

Session Refresh

When a session token expires, you can refresh it using the refresh endpoint:
The refresh endpoint returns a new token with extended expiration time.

Authorizations

x-agent-id
string
header
required

Your API key for authentication

Path Parameters

session_id
string<uuid>
required

The unique session identifier

Response

Session retrieved successfully

session_id
string<uuid>

Unique session identifier

Example:

"a349a41e-5d49-488a-b300-66ccbfdf16b3"

expires_at
string<date-time>

Session expiration timestamp

Example:

"2024-01-01T12:00:00Z"