Radcloud API-examples

From TSG Doc
Revision as of 10:27, 11 February 2025 by Wiki-admin (talk | contribs) (Created page with "== Radcloud API == === Introduction === Welcome to the API Documentation for Radcloud! This page provides an overview of how to interact with our API, including endpoints for...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Radcloud API

Introduction

Welcome to the API Documentation for Radcloud! This page provides an overview of how to interact with our API, including endpoints for managing experiments, participant data, and authentication.

Swagger OpenAPI Documentation

To explore our API in detail, please visit our Swagger OpenAPI Documentation page:

Swagger OpenAPI Documentation

Getting Started

Base URL

The base URL for accessing the API is:

Authentication

Our API uses JWT (JSON Web Tokens) for authentication. You will receive a token after authenticating with your RU account against the /token/ endpoint.

To authenticate to all other endpoints, include the following header in your requests:

  • Authorization: Bearer TOKEN