Using node-sdk with apideck.com

TypeScript integration

✓ Official SDK

Install

npm install node-sdk

Quick start

import Node_sdk from 'node-sdk';

const client = new Node_sdk({ apiKey: "YOUR_API_KEY" });
List Jobs
curl \
  -H "Authorization: $API_KEY" \
  https://unify.apideck.com/ats/jobs
Get Job
curl \
  -H "Authorization: $API_KEY" \
  https://unify.apideck.com/ats/jobs/{id}
List applicants
curl \
  -H "Authorization: $API_KEY" \
  https://unify.apideck.com/ats/applicants
SDK on GitHub 📄 API Docs
SDK
node-sdk
TypeScript
API
apideck.com
apideck.com:ats

At a glance

Language TypeScript
Endpoints5
Base URLhttps://unify.apideck.com
✓ Official