Introduction

Home Screen

Welcome to the Otter Waiver API 👋

Otter Waiver is the only digital waiver and participant management software designed specifically for the outdoor industry.

Our API is organized around REST, has predictable resource-oriented URLs, accepts JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

Integrate our services into your software to simplify, transform and save time on your entire check-in process, filing and sorting of waivers.

Status Codes

Otter Waiver uses standard HTTP response codes to indicate the success or failure of an API request.

In general: Codes in the 2xx range indicate success and Codes in the 4xx range indicate an error that failed given the information provided.

CodeNameSummary
200OKEverything worked as expected.
400Bad RequestThe request was unacceptable, often due to missing a required parameter.
401UnauthorizedInvalid token provided in Authorization header
403ForbiddenThe API key doesn't have permissions to perform the request.

When you're looking to connect to our API, the first step is to have an account.