Logo
Advanced workflows (request chaining) API Documentation

Request Chaining

Number of APIs: 4


Introduction

What does your API do?

Overview

Things that the developers should know about

Authentication

What is the preferred way of using the API?

Error Codes

What errors and status codes can a user expect?

Rate limit

Is there a limit to the number of requests an user can send?


1. Register User

POST https://reqres.in/api/register



2. Get User

GET https://reqres.in/api/users/{{userid}}



3. Get User random Number

GET https://reqres.in/api/users/{{randomNumber}}



4. Login User

GET https://reqres.in/api/login



ENDPOINTS