HomeGuidesRecipesAPI ReferenceChangelog
Log In
API Reference

Echo is a simple call that allows you to validate how you are calling the Arcadia APIs. This is designed for the user who is just beginning to use our APIs as well as for debugging help. For example, you can call the /validatedate method to verify the date format you are passing in with your requests is valid. As with all calls, you will need to use a valid App ID and App Key to make these calls.

  • Echo - Echo returns a simple success message when the passed-in credentials are valid or an unauthorized response when they are invalid.
  • Hello - Hello returns a "Hello World!" response when the passed-in credentials are valid or an unauthorized response when they are invalid.
  • Authenticate - Authenticate allows you to quickly validate the appId and appKey you are using. A successful response indicates they are valid.
  • Validate - Validate is a helpful method to make sure the data you are inputting is in a valid and recognized format.
  • Errors - Errors allow you to simulate receiving several possible error messages.