Skip to content

Latest commit

 

History

History
107 lines (80 loc) · 1.07 KB

get-new-id-request.md

File metadata and controls

107 lines (80 loc) · 1.07 KB

GET /v1/new-id request

Property Type Description
sender string

The domain name of the sender of this request (the website domain)

Examples:

"a-domain-name.com"
"another.domain.co.uk"
receiver string

The domain name of the receiver of this request (the operator domain name)

Examples:

"a-domain-name.com"
"another.domain.co.uk"
timestamp integer

Number of seconds since UNIX Epoch time (1970/01/01 00:00:00)

Example:

1643297316
signature string

Signature based on input:

sender + '\u2063' +
receiver + '\u2063' +
timestamp

Example:

"RYGHYsBUEwMgFgOJ9aUQl7ywl4xnqdmwWIgPbaIowbXbmZAFKLa7mcBJQuWh1wEskpu57SHn2mmCF6V5+cESgw=="