Endpoints and Requests
An endpoint is a URI that specifies where a resource is available for your application to interact with Gotransverse services. 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 service.
-
The service version number.
-
An endpoint.
Topic Updated: 1/2025.