Reliv Introduction home page
Search...
⌘K
Support
Reliv
Reliv
Search...
Navigation
REST API
Authentication
Documentation
Reliv Guide Introduction
Reliv Guide
Getting Started with Reliv
Reliv Product Brochure
Reliv User Manual
Writing Tests
Action Blocks
Advanced Usage
Running Tests
Managing Projects & Teams
Tips
CI Integration
REST API
Authentication
POST
/v0/test-run-sets
GET
/v0/test-run-sets/{id}
On this page
1. Obtaining an API Key
2. How to Authenticate API Requests
REST API
Authentication
We’ll show you how to authenticate with the API.
1. Obtaining an API Key
Currently, you can contact the
customer support team
to obtain an API Key.
You can obtain an API Key for each project.
2. How to Authenticate API Requests
When making API requests, you must always include the API Key in the Authorization Header using the Bearer method.
Copy
Authorization: Bearer <token>
CI Integration
/v0/test-run-sets
Assistant
Responses are generated using AI and may contain mistakes.