Endpoints


GET /v1/offices/{id}


POST /v1/offices

Create a new tally / office


GET /v1/users/me


POST /v1/users/{id}


POST /v1/users

Register a new user


POST /v1/users/verify-email

Requires param {hash}


POST /v1/invites

Invite someone to a tally.

Requires an email and office_id to be provided


POST /v1/invites/accept

Join a tally using invite hash.


GET /v1/invites/{hash}

View the details of an invite.


POST /v1/users/password/reset

Request a password reset for an email address

Requires email_address to be posted.


GET /v1/users/password/{hash}

Check if a password reset hash is valid