Test the API

The API has an endpoint that allows you to test the connection and the correct the handling of a request:

GET  https://connect.visamundi.io/v3/hello

INFORMATION
Requests made to this endpoint are not taken into account in your quota.

Parameters of the request

ParameterDescription
access_tokenRequiredThe key to authenticate you to the API.
Learn more about the API key

Response example:

{
"success": true,
"statusCode": 200,
"code": "ok",
"data": {
"message": "Hello World!"
}
}