Skip to main content

Query dispatch targets

GET 

/nevisfido/token/dispatch/targets

This is a proprietary nevisFIDO API used to retrieve all dispatch targets associated with a given user, providing the client with the information needed to select a destination for token dispatch. A dispatch target represents a registered delivery channel — such as a mobile device or email address — and each entry in the response includes an identifier and a human-readable name. The username query parameter is required; the server returns 400 if it is absent. This endpoint is typically called before invoking the Token Service, allowing the client to present the user's registered devices and let them choose which one should receive the operation token.

Request

Query Parameters

    username stringrequired

    The username whose dispatch targets are to be retrieved. Required.

Header Parameters

    headers objectrequired

Responses

OK The server retrieved the dispatch targets for the user.

Schema
    dispatchTargets object[]
    empty boolean
  • Array [
  • name string
    id string
    dispatcher string
  • ]
Loading...