v1
latestOpenAPI 3.0.32026-08-06138294578.6 KBConnections
Connect Session
Returns trusted metadata for the authenticated Polytomic Connect session.
Returns the trusted metadata stored for a Polytomic Connect session. Authenticate with the opaque Connect token in the token query parameter.
The response includes the server-enforced connection name, fixed type or whitelist, bound connection ID, completion redirect, branding, and absolute expiration time.
get/api/connections/connect/session
Headers
X-Polytomic-Versionstring
Response
OK
Example response
{
"data": {
"connection_id": "248df4b7-aa70-47b8-a036-33ac447e668d"
}
}