get
https://api.genability.com/rest/echo/
Validate how you are calling the Arcadia APIs and debug request formatting, authentication, and input values.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Use the Echo APIs to validate credentials, test request formatting, and debug Arcadia API integrations.
When to use these endpoints
Use the Echo APIs when you need to:
- Confirm your
appIdandappKeyare valid. - Test that your client can reach the Arcadia API.
- Validate input formats, such as dates and times.
- Simulate error responses while building error handling.
Available Echo endpoints
Echo Hello
Return a "Hello World!" response when the passed-in credentials are valid.
Validate Authentication
Quickly validate the appId and appKey you are using.
Validate Input Formats
Check whether an input value uses a valid and recognized format.
Simulate Errors
Simulate possible error messages to test your application's error handling.
