API Explorer

Interactive API documentation and testing for LanuchSupp Platform

API Status

Online

All systems operational

Base URL

https://api.launchsupp.com/v1

Version

v1.0.0

Current API version

Authentication

Get Access Token

POST /oauth/token
{
  "grant_type": "client_credentials",
  "client_id": "your_client_id",
  "client_secret": "your_client_secret"
}

Access Token

Token
Expires in: --
Token type: Bearer

API Endpoints

Users

GET /users/{id}

Get user details by ID

PUT /users/{id}

Update user profile

Jobs

GET /jobs

List all jobs with pagination

POST /jobs

Create a new job posting

Posts

GET /posts

Get user posts

POST /posts

Create a new post

API Response

Status Code: --
Response Time: --
Response Body
No response yet. Execute an API call to see the response here.

Rate Limiting

API requests are rate limited to ensure fair usage. Free tier allows 1,000 requests per hour, while premium tier allows 10,000 requests per hour.

Free Tier: 1,000 requests/hour
Premium Tier: 10,000 requests/hour

SDKs and Tools

JavaScript

npm install @launchsupp/sdk

View Docs →

Python

pip install launchsupp

View Docs →

PHP

composer require launchsupp/sdk

View Docs →

cURL

Command line tool

View Examples →