Skip to main content

Get helpdesk verification status (external integration)

External-integration twin of GetHelpdeskVerifySessionIDStatus. Polled by the integration until the session reaches a terminal state. The session is scoped to the operator that initiated it, so the same operator must be asserted here.

Path Parameters
  • session_id uuid required
Query Parameters
  • operator_email email required

    The human operating the integration. MUST be derived server-side by the integration, never supplied by its own client. Resolved to a SlashID console person holding a verifier role.

  • operator_assertion string required

    Possible values: [integration_asserted, idp_verified]

    How the operator identity was established.

Header Parameters
  • SlashID-OrgID string required

    The organization ID

    Example: af5fbd30-7ce7-4548-8b30-4cd59cb2aba1
Responses

Current verification status


Schema
  • meta object
  • pagination object
  • limit integer
  • offset integer
  • total_count int64
  • cursor_pagination object

    Cursors are opaque. Follow the tokens the server returns; never construct, parse or modify one.

  • limit integer
  • next_cursor string

    Opaque token addressing the next page. Absent on the last page.

  • prev_cursor string

    Opaque token addressing the previous page. Absent on the first page.

  • last_cursor string

    Opaque token addressing the final page directly, so a client can jump to the end without a total count.

  • total_count int64

    Total number of matching items. Returned on the FIRST page only; clients cache it for the remainder of the walk.

  • errors object[]
  • httpcode integer
  • message string
  • result object
  • session_id string
  • status string

    Possible values: [pending, partial, complete, expired, cancelled]

    Current status of the helpdesk mutual verification (handshake-backed)

  • target_email string
  • initiator_verified_target boolean

    Admin has verified the caller's code

  • target_verified_initiator boolean

    Caller has verified the admin's code

  • confirmed_at date-time
  • expires_at date-time