Create a Relay
Headers
Request
Optional RSA public key (PEM-encoded, 2048-4096 bits). When provided, claim payloads returned by subsequent reads will be encrypted with RSA OAEP. Pass null to receive unencrypted claim payloads.
Response
Public Relay identifier. Use this token in subsequent calls to /relays/{relay-token}/generate-claim.
Secret value tied to this Relay. Returned only at creation and must be passed in the Persona-Relay-Secret header for any read of the claim payload.
Encoded JWT used by Persona’s client SDK to load the associated Inquiry Session in the end-user’s browser or device.

