LogoLogo
Registration GuideTroubleshoot RegistrationProfiles Guide
  • RAPT Portal - Introduction
  • Getting Started
  • Dashboard
  • Equipment
    • Devices
    • RAPT BrewZilla
      • Get Started!
      • Setup & Assembly
      • Manual Operation with the Digital Controller
      • Remote Operation with the RAPT Portal
      • Brewing with RAPT Gen 4 BrewZilla
      • Using the RAPT Bluetooth Thermometer
      • Profiles
      • Menus
      • Troubleshoot BrewZilla
      • Convert Single Phase to Three Phase (100L Gen 4 BrewZilla only)
      • RAPT Device Boot Loop Troubleshooting & Recovery Mode
    • RAPT Can Filler
      • Getting Started
      • Setup
      • Operation
      • Cleaning
      • Antenna Upgrade
      • Installing KL38171 Instant Read Water Resistant Probe
      • Installing KB22681 Slimline Fill Tube Kit
      • Troubleshooting Can Filler
      • RAPT Device Boot Loop Troubleshooting & Recovery Mode
    • RAPT Fermentation Chamber
      • Get Started!
      • Setup
      • Operation
      • Profiles
      • Menus
      • Bluetooth
      • Screen Change For RAPT Fermentation Chamber
      • Troubleshooting
      • RAPT Device Boot Loop Troubleshooting & Recovery Mode
    • RAPT Pill Hydrometer
      • Get Started!
      • RAPT Pill Captive Portal
      • Calibration
        • Standard Calibration
        • Advanced Calibration
        • Custom Calibration
      • Operation
      • Bluetooth Operation
      • Pill Wireless Charger Upgrade - Installation
      • Troubleshooting
    • RAPT Temperature Controller
      • Get Started!
      • Setup
      • Operation
      • Profiles
      • Menus
      • Bluetooth
      • Troubleshooting
      • RAPT Device Boot Loop Troubleshooting & Recovery Mode
    • RAPT Bluetooth Thermometer
      • Assembly & Setup
      • Bluetooth Operation
      • Settings
  • Profiles
    • Starting or Stopping a Profile
    • Creating and Editing Profiles
      • BrewZilla Profiles
        • Advanced BrewZilla Profiles
      • General Temperature Control Profiles
      • Pill Hydrometer Profiles
      • Fermentation Profiles
    • My Profiles
    • Search Profiles
    • Device Profile Sessions
      • Profile Session Time Travel (Skip Steps)
  • Tools
    • ABV Calculator
    • Colour Converter
    • Wort Dilution Calculator
    • Hydrometer Temperature Adjustment Calculator
  • My Account
  • Troubleshooting
Powered by GitBook
On this page
  1. Integrations

API Secrets

RAPT Portal | API Secrets

Last updated 8 months ago

PUBLIC ACCESS TO THE RAPT API

The URL for the Api is: Opening that address in your browser will load a Swagger interface which details the available endpoints on the Api, including parameters and response models where applicable. The Api requires a bearer token to be included within an Authorization header for all requests.

API SECRETS

Before you can obtain a bearer token, you will require an Api Secret. Create an Api secret by clicking the "Add Api Secret" button on the Api Secrets page within the Rapt Cloud Dashboard. Please note that once a secret has been created, it is hashed and unrecoverable. You will need to record the secret when it is shown to you, as you will not be able to see it again from the Rapt Cloud.

BEARER TOKENS

To obtain a bearer token, you will need to make a request to the Rapt authentication server (). This request will need both your username and an api key. The response will contain a bearer token that will be valid for 60 minutes.

curl --location --request POST '' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --data-urlencode 'client_id=rapt-user' \ --data-urlencode 'grant_type=password' \ --data-urlencode 'username={enter your username}' \ --data-urlencode 'password={enter your api key}'

SUPPORT & API [MIS]USE

  • Access to the Api is unsupported. This means you will not get assistance from KegLand with regards to any issues you may encounter while using the Api.

  • If your use of the Api causes problems with your Rapt account or devices, this is on you. We track all Api requests, so if you destroy a device through misuse of the Api, it will void your warranty.

  • If your use of the Api causes problems with other Rapt users, depending on the severity of the problem, you will be given a warning and/or your access to the Api will be revoked.

  • Extreme abuse of the Api will result in a permanent ban from the Rapt ecosystem, meaning the devices you have purchased will be all but useless.

  • The Api (endpoints, parameters, response models etc.) is subject to change without notice.

https://api.rapt.io
https://id.rapt.io
https://id.rapt.io/connect/token