HomeGuidesAPI ReferenceChangelog
Log In
API Reference

Echo API

Echo returns a simple success message when the passed in credentials are valid or an unauthorized response when they are invalid.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Validate that your credentials can make an authenticated Echo request.

Use this endpoint as a quick connectivity and authentication check before calling Switch resource APIs. To test a greeting response, credential validation, input formats, or simulated errors, see Testing & Debugging Overview.

A valid request returns a success response. Invalid credentials return an unauthorized response.

Resource URI

GET /rest/echo

Authentication

Send your appId and appKey with HTTP Basic Authentication. For details, see Authentication.

Example

GET /rest/echo

A successful response confirms that the request reached the API and the supplied credentials were accepted.

{
  "status": "success",
  "count": 1,
  "type": null,
  "results": []
}

For the full set of Echo testing endpoints, see Testing & Debugging Overview.

Responses

Language
Credentials
Basic
base64
:
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json