Record Activity - Validation Endpoint

(Not for regular production use)

This call alllows you to validate your record activity calls at development time and get detailed feedback of any issues.

The payload will be validated against expectations. If there are no issues found, a 200 will be returned. If any errors are found, a 422 Unprocessable Entity will be returned, with a JSON array of errors in the body.

This call allows you to validate your record activity calls at development time and get detailed feedback of any issues. The payload is validated against expectations. If there are no issues found, a 200 is returned. If any errors are found, a 422 Unprocessable Entity is returned, with a JSON array of errors in the body.

Path Params
string
required

Website ID for the account you are posting data to.

Body Params
string
enum
required

The data type being passed

Allowed:
data
required

The data for the event

Responses
200

Activity valid and accepted

401

Unauthorized

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