HomeGuidesAPI ReferenceChangelog
Log In
API Reference

Echo API - Validate

Validate is a helpful method to make sure the data you are inputting is in a valid and recognized format. This helps a lot with dates and times. Integers and arrays can also be validated.

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

Validates the passed in string to the ISO 8601 format (e.g. the date and time you want to validate). See the example below for a valid format.

int32
required

Validates the passed in integer to validate it is recognized as an integer.

array
array of strings
required

Validates the passed in array to validate it is in a recognized format.

array*
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