# POST /agreements.json **POST /agreements.json** ## Servers - http://api.example.com/v1: http://api.example.com/v1 () ## Authentication methods - Bearer auth ## Parameters ### Body: application/json (object) - **files** (object | array | boolean | integer | number | string) Files - **filesRequired** (boolean | null) Files required - **instructions** (string | null) Instructions - **name** (string) Name - **status** (string | null) Status ## Responses ### 200 Successful response #### Body: application/json (object) - **createdAt** (string(date-time)) Created at - **files** (object | array | boolean | integer | number | string) Files - **filesRequired** (boolean | null) Files required - **id** (integer(int32)) Id - **instructions** (string | null) Instructions - **name** (string) Name - **status** (string | null) Status - **updatedAt** (string(date-time)) Updated at [Powered by Bump.sh](https://bump.sh)