gorest.co.in - GraphQL and REST API for Testing and Prototyping | GO REST

Description: 24/7 online fake GraphQL and REST API service for quick testing and prototyping of web and android applications. Supports authentication, custom rate limiting, response format negotiation

graphql (158) rest api (99) oauth (24) api testing (20) fake data (8) rate limiting (4) graphql testing (2) json response (1) xml response (1)

Example domain paragraphs

Unlike Web applications, RESTful APIs are usually stateless, which means sessions or cookies should not be used. Therefore, each request should come with some sort of authentication credentials. A common practice is to send a secret access token with each request to authenticate the user. Since an access token can be used to uniquely identify and authenticate a user, API requests should always be sent via HTTPS to prevent man-in-the-middle (MitM) attacks.

There are different ways to send an access token: