Insource Systems
  • Intro
  • Change Log
  • API Reference
  • Insource Bot
    • Getting Started
    • Commands
      • Settings
      • Moderation
      • Info
      • Account
      • InStore
  • InStore
    • Getting Started
      • Linking Your Account
      • Create Your Store
      • Create a Product
    • Framework
      • RemoteEvent
        • Alert
        • LaunchProduct
      • RemoteFunction
        • GetCurrentUser
        • GetProductById
        • GetProducts
        • RequestPromptPurchase
      • Resources
        • Configuration
        • Product
        • Theme
        • User
      • Utils
        • TeleportToAccount
        • TimeStringToEpoch
    • API Resources
      • License
      • Product
      • Store
  • API Resources
    • User
Powered by GitBook
On this page

Was this helpful?

API Reference

Insource's API is based around an HTTPS/REST API for all general operations with our current set of services.

PreviousChange LogNextGetting Started

Last updated 1 year ago

Was this helpful?

This page is under construction.

Base URL

https://api.insourcesystems.com

API Versioning

Some API versions are now non-functioning. Those versions are labeled as discontinued. Attempting to use these versions will fail and return 404 Not Found.

Insource exposes different versions of our API. Best practice is to specify the version to use by including it in the request path like https://api.insourcesystems.com/v{version_number}. Omitting the version number will route requests to the current default version (as marked below). API change logs can be found .

Version
Status
Default

3

Available

✓

2

Discontinued

1

Discontinued

here