Skip to main content
This is the API reference documentation for the SRTNR.co API.

Welcome

Welcome to the SRTNR.co API reference documentation. We’re constantly updating and improving our API, so please check back regularly for new features and endpoints.

API Reference

The SRTNR.co API is a RESTful API that allows you to manage your SRTNR.co account and domains.

Authentication

All API endpoints are authenticated using Bearer tokens and picked up from the specification file.
"security": [
  {
    "bearerAuth": []
  }
]