Offer confirmation

Represents an offer confirmation resource.

Syntax
/api/v10/applications/ID/offers/ID/confirm
Host: apply.example.edu
Authorization: DREAM apikey="..."

POST Confirm an offer

Confirm the offer and send it out to the applicant using the current offer details:

Before confirming the offer, review and update the offer details. Otherwise, DreamApply will proceed with the values most recently saved in the system.

Syntax
POST /api/v10/applications/123/offers/321/confirm
Host: apply.example.edu
Authorization: DREAM apikey="..."

Example request

Request
curl
curl \
  -X POST \
  -H "Authorization: DREAM apikey=\"YOUR-API-KEY\"" \
  "https://apply.example.edu/api/v10/applications/123/offers/321/confirm"

Response headers

HeaderValueDescription
Content-Typeapplication/jsonThe media type of the resource
Content-Length0The size of the response body in bytes

Response codes

Response codeDescription
204 No ContentThe offer was successfully confirmed
400 Bad RequestThe offer type was not yet set (Unreplied)