v1

latestOpenAPI 3.0.0raw.githubusercontent.com2026-04-107095124.5 KB
Message generator endpoints

Retrieves the message that must be signed to view private domain profile data

Retrieve the message text that must be signed by the domain owner. The request URL and any request data must match exactly the data that will be used on the signature required endpoint.

get/user/{domain}/signature

Path parameters

domainstring required

The domain name to query profile data

Query parameters

expirynumber

Expiry time represented by milliseconds since epoch

deviceboolean

Indicates the user wishes to authorize and remember the device for profile management

Response

Message to be signed

messagestring

The message that must be signed by the domain owner's private key to authenticate a subsequent request

Example response

{
  "headers": {
    "x-auth-domain": "mydomain.tld",
    "x-auth-expires": "Milliseconds since epoch"
  }
}