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
-
The HTTP method.
-
The environment, either sandbox or production.
-
A specific microservice.
-
The microservice version number.
-
An endpoint.