Endpoints and Requests

An endpoint is a URI that specifies where a resource is available for your application to interact with Gotransverse microservices. You combine an endpoint with a method to create a request.

Request Syntax

Format a basic request with the following syntax:


Request Syntax in Postman

  1. The HTTP method.

  2. The environment, either sandbox or production.

  3. A specific microservice.

  4. The microservice version number.

  5. An endpoint.