Custom Creation Links
To make it convenient for you to redirect users and auto-create attestations, you can create unique create / update links with the details auto-filled out.
There are two query parameters that can be passed.
attestationId: ID of the existing attestation. Only needed for updates. For create links, leave blank.
toSet: A JSON-stringified CreateAttestationPayload
object that we will set. Not all properties are required. We will only overwrite the ones provided. We refer you to the previous page for configuration.
For example
Last updated