Echo APIs provide simple validation and testing methods to help you get started with the Arcadia platform and debug your API integrations. Use these endpoints to validate credentials, test data formats, and simulate error responses.
The Echo APIs provide simple validation and testing methods to help you get started with the Arcadia platform and debug your API integrations effectively.
Echo
Returns a simple success message when the passed-in credentials are valid or an unauthorized response when they are invalid.
Hello
Returns a "Hello World!" response when the passed-in credentials are valid or an unauthorized response when they are invalid.
Errors
Allows you to simulate receiving several possible error messages for testing error handling in your application.
Authenticate
Quickly validates the appId and appKey you are using. A successful response indicates they are valid.
Validate
A helpful method to ensure the data you are inputting is in a valid and recognized format.
Getting Started
These Echo endpoints are ideal for:
- New developers who are just beginning to use the Arcadia APIs
- Debugging API integration issues
- Validating credentials and data formats
- Testing error handling in your applications
All Echo API calls require a valid App ID and App Key for authentication.
