auth

Exchange HTTP signature for Registry JWT

Authenticate using HTTP-hosted public key and signed timestamp

post/v0/auth/http

Request body

domainstring required

Domain name

signed_timestampstring required

Hex-encoded signature of timestamp

timestampstring required

RFC3339 timestamp

Example request

{
  "domain": "example.com",
  "signed_timestamp": "abcdef1234567890",
  "timestamp": "2023-01-01T00:00:00Z"
}

Response

OK

expires_atinteger required
registry_tokenstring required

Changes