Changes

Jump to navigation Jump to search
857 bytes added ,  11:27, 11 February 2025
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..."
== 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:

[https://radcloud.socsci.ru.nl/swagger/ Swagger OpenAPI Documentation]

=== Getting Started ===
==== Base URL ====
The base URL for accessing the API is:

* ''https://radcloud.socsci.ru.nl/api/v1
''
==== 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''

Navigation menu