# Create an address Create and add an address object to an applicant or an affiliated person. Only one address per type may be added to an object Endpoint: POST /addresses Security: Your API key ## Response 200 fields (application/json): - `address_id` (string) A unique identifier of an address object, that is assigned by our system after an address entity was created ## Response 400 fields (application/json): - `type` (string) Example: "bad_request" - `errors` (array) ## Response 500 fields (application/json): - `type` (string) Example: "internal_server" - `errors` (array)