Get welcome message
Use this request to test your connection to theePAL API by returning the welcome message.
To send this request, use a GET operation and the following
URL:
{api_url}where
{api_url} is the URL for the system you wan to use.For example, you can use the following URL for
Production:
https://api.epalglobal.coDetails
| Detail | Value |
|---|---|
| Operation | GET |
| Endpoint | None |
| Fields | None |
Example Response
The following is an example response for a successful request:
Hello World!