Skip to main content
The Public SDK API provides the successor to the sunset unauthenticated form-by-ID endpoint. Use a public form token instead of a numeric form ID.
The Public SDK API is the browser-facing contract behind the FairShare SDK. Keep endpoint details in the generated reference pages below.

Migrate an existing form integration

  1. Stop requesting a public form through its numeric ID.
  2. Identify the form by its public token.
  3. Follow the generated operation pages for the current request, response, and error contracts.

Choose an operation

Retrieve a public form

Load the public form associated with a token.

Verify a form password

Unlock a password-protected public form.

Submit a form response

Send a completed response for a public form.
Do not reuse the Public SDK API as a general direct REST surface. For a new direct cart integration, use the Checkout API.