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=..."
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.