v1.0.2

API Reference

Build powerful integrations with thesolopreneur.app. Our REST API is designed to be predictable, resource-oriented, and easy to use.

Introduction

The API uses standard HTTP verbs and returns JSON encoded responses. Standard HTTP response codes are used to indicate errors.

Base URL

https://api.thesolopreneur.app/v1

Authentication

Authenticate your API requests by including your API key in the Authorization header.

bash
curl https://api.thesolopreneur.app/v1/user \
-H "Authorization: Bearer YOUR_API_KEY"

Your API keys carry many privileges, so be sure to keep them secure! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.

Rate Limits

To ensure the reliability of the platform, we limit the number of API calls you can make in a given period of time.

Standard
100 req/min
Enterprise
1,000 req/min