Two kinds of “user”
This is the most common source of confusion for new developers, so it’s worth being explicit.The API in brief
Surge is a REST API. All requests and responses are JSON. Authenticate with a bearer token:https://api.surge.app. Official SDKs are available for Python, TypeScript, Ruby, and Elixir with pagination helpers, error handling, and webhook signature verification built in.