---
title: "Sending Statements"
method: POST
path: "/xAPI/statements"
tags: ["xAPI"]
---

# Sending Statements

`POST /xAPI/statements`

This endpoint creates a new statement.<h3>Required Scope</h3>`xapi:write`

## Request body

- XAPIStatementsBody
  - `actor` XAPIstatementsActor
    - `mbox` string, nullable
    - `objectType` string, nullable
  - `result` XAPIstatementsResult
    - `duration` string, nullable
    - `completion` boolean, nullable
  - `verb` XAPIstatementsVerb
    - `display` XAPIstatementsVerbDisplay, nullable
      - `en-US` string
    - `id` string, nullable
  - `id` string
  - `object` XAPIstatementsObject
    - `definition` XAPIstatementsObjectDefinition
      - `type` string
    - `id` string
    - `objectType` string
  - `timestamp` string, date-time

## Response `201`

Success

---

[API](https://skmtc.net/degreed/apis/degreed-api-web.md) · [All operations](https://skmtc.net/degreed/apis/degreed-api-web/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/degreed/degreed-api-web/revisions/4a22b709515c/schema)
