# POST /purchase-notifications.json **POST /purchase-notifications.json** ## Servers - http://api.example.com/v1: http://api.example.com/v1 () ## Authentication methods - Bearer auth ## Parameters ### Body: application/json (object) - **destination** (string | null) Destination - **events** (object | null | array | boolean | integer | number | string) Events - **format** (string | null) Format - **payload** (object | null | array | boolean | integer | number | string) Payload - **purchaseId** (integer(int32)) Purchase - **raw** (string | null) Raw - **response** (object | null | array | boolean | integer | number | string) Response - **status** (string | null) Status - **statusMessage** (string | null) Status message - **statusProblem** (object | null | array | boolean | integer | number | string) Status problem - **userId** (integer(int32) | null) User ## Responses ### 200 Successful response #### Body: application/json (object) - **createdAt** (string(date-time)) Created at - **destination** (string | null) Destination - **events** (object | null | array | boolean | integer | number | string) Events - **format** (string | null) Format - **id** (integer(int32)) Id - **payload** (object | null | array | boolean | integer | number | string) Payload - **purchaseId** (integer(int32)) Purchase - **raw** (string | null) Raw - **response** (object | null | array | boolean | integer | number | string) Response - **status** (string | null) Status - **statusMessage** (string | null) Status message - **statusProblem** (object | null | array | boolean | integer | number | string) Status problem - **updatedAt** (string(date-time)) Updated at - **userId** (integer(int32) | null) User [Powered by Bump.sh](https://bump.sh)