v1

latestOpenAPI 3.0.42026-07-2419101123.9 KB
Sessions

Refresh Step Content

Refreshes the content of a Step for a Direct Provider Session.

post/api/v1/sessions/{sessionId}/step/refresh

Path parameters

sessionIdstring uuid required

Request body

resultsAccessKeystring required

The ResultsAccessKey returned when the Session was created

Response

OK

Example response

{
  "nextStep": {
    "content": "https://verify.trinsic.id/api/session/launch?clientToken=..."
  }
}