Server SDKs make it easier to interact with our REST API from your server-side code.Documentation Index
Fetch the complete documentation index at: https://docs.authsignal.com/llms.txt
Use this file to discover all available pages before exploring further.
Installation
- Node.js
- C#
- Java
- Ruby
- Python
- PHP
- Go
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.| Region | API 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 |

