Skip to main content

Authentication

API Keys

Our API uses API keys to authenticate requests. You can view and manage your API keys in your DutySkip Account.

Example Authentication

Your API key must be set in initial configuration of dutyskip. This key will then be used automatically in each request.

import dutyskip from 'dutyskip'

const dutyskip = new Dutyskip('<api-key>')

For more information and sample requests, please browse our API Reference.