HTTP Verbs

Where possible, this API strives to use appropriate HTTP verbs for each action.

VerbDescription
GETRetrieve existing data from HFD. This could include retrieving a payment method list or application data.
POSTCreate a new resource such as an application, or perform an operation with a side effect such as stamping an e-signature or sending an email.
PATCHUsed for updating resources with partial JSON data. A PATCH request accepts one or more resource fields, in keeping with the “just send what you need changed” approach outlined in RFC 7396.
DELETEDelete an existing resource.