# 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 Version: 1.0 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 429 fields (application/json): - `type` (string) Example: "flow" - `errors` (array) - `errors.parameter` (string) Example: "limit_exceeded" - `errors.message` (string) Example: "Rate limit exceeded" ## Response 500 fields (application/json): - `type` (string) Example: "internal_server" - `errors` (array)