Skip to main content
POST
Validate document against collection schema

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

collection_identifier
string
required

The ID or name of the collection.

Body

application/json

The document payload to validate against the collection schema.

Response

Successful Response