Generate a Relay claim
Authentication
Privacy Pass token per RFC 9577. Provide as Authorization: PrivateToken token=<privacyPassToken>.
Path parameters
The public Relay token returned by POST /relays.
Headers
The relay-secret value returned at Relay creation. Required for every read of the claim payload; an incorrect secret returns 404.
Response headers
The unique identifier of the API log entry that recorded this request. Starts with req_. Include this value when reaching out to Persona support. Present on every authenticated response, including error responses.
Response
The claim payload. If an encryption-key-pem was provided at Relay creation, this
is a base64-encoded RSA OAEP ciphertext that must be decrypted client-side.
Otherwise, this is a JSON string containing claim_type, claim_result, and an
optional methodology array.
true if the Privacy Pass token was consumed by this request. false if the underlying claim did not pass and the token was refunded to the client.

