Skip to main content

API Overview

The SPN API is built with FastAPI and follows REST conventions.

Base URL

Authentication

The API uses JWT (JSON Web Tokens) for authentication.

Getting a Token

Using the Token

Include the token in the Authorization header:

Rate Limits

Endpoints Summary

Response Format

Success

Error

OpenAPI Documentation

Interactive API documentation is available at:

Next Steps