Skip to main content

Easily Integrate
Ashby's API using Konfig's TypeScript SDK

Need a TypeScript SDK for Ashby's API?

Growing API Companies trust Konfig's SDKs to onboard developers to their API.

SnapTradeHumanloopSplititLeapGroundx

First, instantiate the SDK

It only takes a few lines of code.

index.ts

import { Ashby } from 'ashby-typescript-sdk';
const ashby = new Ashby({
/*
* Use HTTP Basic Auth to authenticate with our API. You must send your API key with every request.
* Put your API key as the basic auth username and leave the password blank.
*
*/
username: "USERNAME",
password: "PASSWORD",
/*
* [Optional] If you provide a secret token when configuring your webhook, this will be used to create a digest of the JSON payload sent with each webhook request.
* The digest will be included in the request under the `Ashby-Signature` http header.
*
* It will look like this:
* `Ashby-Signature: sha256=f3124911d2956f10aa3a49c43a88bdf13bba846e94f0ae2bd7c034f90239bd04`
*
* The part before the = indicates the algorithm that was used to compute the hash digest.
*
*/
webhookSignature: "ASHBY_SIGNATURE"
})

Then, send your first request

We made it really easy.

index.ts

// apiKey.info
const getInfoResponse = ashby.apiKey.getInfo()

Enjoy a buttery smooth developer experience with 89 SDK methods

How Konfig Works

Konfig collects APIs and automatically generates SDKs so you can focus on building your application.

openapi-examples

Konfig maintains the highest quality collection of OpenAPI Specifications on the internet in a GitHub repository

We pull OpenAPI Specifications from public sources, fix any errors, and make sure they pass our lint rules. We continually make sure the repository is up-to-date and collect up-time and response time metrics for every API.

openapi-examples-to-konfig

Generates AI-Augmented SDKs from openapi-examples

Our SDK generator is trusted by growing API companies and goes through a rigorous testing process to ensure the generated SDKs are high-quality and easy to use.

konfig-to-package-managers

Publishes to standard package managers

We publish to standard package managers like npm, PyPI, and Maven so you can easily integrate the SDK into your application.

Ashby

About Ashby

Ashby is a California-based SaaS platform that provides solutions such as recruitment management and data analytics for enterprises.

Keywords

recruitment

Start integrating Ashby's API with Konfig