get
https://api.genability.com/rest/echo/hello
Return a Hello World response when the passed-in credentials are valid or an unauthorized response when they are invalid.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Use this endpoint to confirm your credentials are valid and your client can reach the Arcadia API.
When to use this endpoint
Use Echo Hello when you need to:
- Verify that your
appIdandappKeyauthenticate successfully. - Test a basic API request before integrating other endpoints.
- Confirm your client receives a successful JSON response.
Example request
curl -u APP_ID:APP_KEY https://api.genability.com/rest/echo/helloSuccess response
{"status":"success","count":1,"type":null,"results":["Hello World","Hello World!"]}