Back to Dashboard

API Documentation

Documentation

AuthMe API Documentation

AuthMe provides a secure authentication API that you can integrate into any application. This documentation covers all endpoints, authentication methods, and integration examples for C#, C++, Python, and other supported languages.

Base URL

https://authme.space/api

All API requests should be made to this base URL.

Authentication

Secure license key validation with hardware ID binding and encryption.

REST API

Simple HTTP endpoints for authentication, user management, and validation.

What You'll Need

Application ID and Secret (from AuthMe dashboard)
License keys for your users
HTTP client in your preferred language