HomeGuidesAPI ReferenceChangelog
Log In
API Reference

Echo API - Authenticate

Validate the appId and appKey used by your integration with Echo.

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

Validate the appId and appKey used by your integration with Echo.

Use this endpoint when you want to confirm that your credentials are valid before calling resource APIs. To test general connectivity first, use Echo Overview or Echo Hello.

A successful response indicates that the API accepted the credentials sent with the request.

Resource URI

GET /rest/echo/authenticate

Authentication

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

Example

GET /rest/echo/authenticate

A successful response confirms that the supplied appId and appKey are valid.

{
  "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