Skip to main content

Get Open Finance Device Enrollment Credential by ID

GET 

/open-finance/enrollments/:enrollment_id/device/:id/credentials

Get an open finance device enrollment credential by id.

Request

Path Parameters

    id stringrequired

    Device enrollment id.

    enrollment_id stringrequired

    Enrollment id.

Header Parameters

    x-wallet-uuid string

    Sender Wallet UUID (if empty, your default Wallet UUID will be settled)

    nonce stringrequired

    The nonce ID is a UUID (v4) used to uniquely identify the request. All requests must have an identifier.

    x-product-uuid string

    UUID (v4) of the product that the request should use. Send it explicitly when the authenticated user has more than one product or when the integration must select a specific product. If omitted and the endpoint does not require it, the API uses the authenticated user's default product.

    x-product-target-user-uuid string

    UUID (v4) of the user on whose behalf the request should run within the selected product. If omitted, the request runs as the authenticated user. Requires x-product-uuid.

    x-lang string

    Possible values: [pt-BR, en-US]

    Indicates the preferred language. Defaults to Brazilian Portuguese if unspecified.

Responses

Device enrollment credential retrieved successfully.

Schema
    enrollment_id stringrequired

    Enrollment id.

    rp_id string

    Device enrollment credential RP ID.

    rp_name string

    Device enrollment credential RP name.

    user_id string

    Device enrollment credential user ID.

    user_name string

    Device enrollment credential user name.

    user_display_name string

    Device enrollment credential user display name.

    challenge stringrequired

    Device enrollment credential challenge in base64url format.

    pub_key_cred_params array[]

    Device enrollment credential FIDO public key credentials params.

    timeout number

    Device enrollment credential timeout.

    exclude_credentials array[]

    Device enrollment credential exclude credentials.

    allow_credentials array[]

    Device enrollment credential allow credentials.

    user_verification string

    Device enrollment credential user verification.

    authenticator_attachment string

    Device enrollment credential authenticator attachment.

    require_resident_key boolean

    Device enrollment credential require resident key.

    resident_key string

    Device enrollment credential resident key.

    attestation string

    Device enrollment credential attestation.

    attestation_formats string[]

    Device enrollment credential attestation formats.

    extensions object

    Device enrollment credential extensions.

    request_date date-timerequired

    Device enrollment credential request date.

Loading...