DavenDaven Documentation

Getting Started

Start integrating with the Daven API v3 in minutes.

Getting Started

The Daven API v3 base URL is https://api.dashboard.davenhr.com/v3.

All requests must be authenticated using an OAuth 2.0 Bearer token. See Authentication for details.

Quick Start

  1. Obtain credentials — Contact your Daven account manager for your client_id and client_secret.
  2. Get a token — Call POST /oauth2/token with your credentials.
  3. Make requests — Include the token in your Authorization: Bearer <token> header.
  4. Handle pagination — Use meta.next_link to iterate through list responses.

On this page