NOTE: Form field input keys do not need to match directly with the properties your API expects.For example, let’s say you have a form field input with the key
API-KEY
and are sending the field’s value to your API using the same property name of API-KEY
.
X-API-KEY
instead. You can change the request property key (left) as needed. But still refer to the original form field input (right).