Statements
Use statement endpoints when you need to validate and ingest learner activity into SD Platform.
Endpoint
Request
Send a JSON xAPI statement to the statements collection.
Response
Expect an accepted write response that returns the statement identifier and processing status.
Parameters
- Authorization header: bearer token or API key for the target environment.
Content-Type: set toapplication/json.- Request body: a single xAPI statement document to validate and ingest.
Errors
400 Bad Requestwhen the statement is malformed or a required field is missing.401 Unauthorizedwhen the caller is unauthenticated or targeting the wrong environment.422 Unprocessable Entitywhen the statement is well-formed JSON but fails validation rules.