Getting Started

Introduction

Overview of SIM Secure APIs and platform concepts.

SIM Secure provides telecom-bound identity capabilities to verify sessions and secure account workflows using SIM-linked trust signals.

curl -X GET https://api.simsecure.org/v1/projects
Core Concepts

Authentication

How to authenticate with API keys and environments.

Use secret keys from your project settings and always separate sandbox and production credentials.

Authorization: Bearer sk_test_xxx
Reliability

Rate Limits

Limits, retries, and backoff strategy recommendations.

Sandbox requests are capped at 100 RPM and production starts at 500 RPM by default.

HTTP 429 {"error":"rate_limit_exceeded"}

Endpoint reference

POST

/v1/projects

Create project

GET

/v1/projects

List projects

GET

/v1/projects/{id}

Get project detail

POST

/v1/keys

Create API key

GET

/v1/keys

List API keys

DELETE

/v1/keys/{id}

Revoke API key