Skip to main content
Server SDKs make it easier to interact with our REST API from your server-side code.

Installation

Initialization

Initialize the Authsignal client by providing your tenant’s Server API secret key and the API URL for your region.

Regions

The API URLs for each region are defined below.
RegionAPI URL
US (Oregon)https://api.authsignal.com/v1
AU (Sydney)https://au.api.authsignal.com/v1
EU (Ireland)https://eu.api.authsignal.com/v1
CA (Montreal)https://ca.api.authsignal.com/v1

Usage

Actions

Users

Authenticators

Challenges

Sessions

Webhooks

Error handling

Repositories

Node.js

C#

Java

Ruby

Python

PHP

Go