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
Example response
{
"headers": {
"x-auth-domain": "mydomain.tld",
"x-auth-expires": "Milliseconds since epoch"
}
}