Product Docs Help

sign/:name

GET /bankidV6/sign/:name

Endpoint

/bankidV6/sign:name

Method

POST

Sign with BankID.

Request sign

Headers

Header

Required

Type

Description

x-auth-token

yes

string

JWT token

Query parameters

Parameter

Required

Type

Description

name

yes

string

The name of the sign

Parameters

Parameter

Required

Type

Description

endUserIp

no

string

The ip address of the user

personalNumber

no

string

The personal number of the user

language

yes

string

The language of the user

userNonVisibleData

yes

string

The non visible data to sign

Response sign

Parameter

Type

Description

orderRef

string

The order reference

status

string

The status of the authentication

token

string

The token of the authentication

{ "orderRef": "1c644915-a30d-4b4c-8429-5bdbe0d24de5", "status": "complete", "token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ0aGlzIjoiaXMiLCJub3QiOiJhIiwicHJvcGVyIjoiSldUIiwidG9rZW4iOiJ0aGF0IiwiY2FuIjoiYmUiLCJ1c2VkIjoiZm9yIiwidGhlIjoiQXV0aEFQSSJ9.GwHMQeIZjg76zweuLLvPeZBKHwOzB3kxdH7ojyxFehk" }

For an example see here

Last modified: 13 September 2024