Salutations:GET
From Hostway API Documentation
GET /salutations
Returns a list of supported salutations
Contents |
Request
GET /salutations
Request Parameters
None
URI Parameters
None
Request Headers
None
Response
Status Code
- 200 OK
- Success
- 304 Not changed
- The list of users hasn't changed since the last request; the client should use its locally cached copy instead.
- 401 Unauthorized
- The authorization header contained an invalid value
Response Body
{ "list": [ "Mr.", "Mrs.", ... ], "links": [ {"href": "https://api.hostway.com/salutations", "rel": "self"} ] }
Parameters
None
See Also
- Common Features
- GET /accounts/{accountId}/contacts
- PUT /orders/{orderId}/account/contactInfo/{contactType}
- GET /orders/{orderId}/account/contactInfo/{contactType}