Address Suggest

This operation displays a valid address to match the entered address, only if the address does not seem valid to the system address map. User can select the suggested address or edit the entered address to make it valid.

SecuritybearerAuth
Request
Request Body schema: application/json
required
object
Responses
200

The address is suggested to use.

400

Invalid request.

401

The request could not be authorized.

500

The request could not be completed due to an internal error.

post/api/v1/address/suggest
Request samples
application/json
{
  • "address": {
    }
}
Response samples
application/json
{
  • "address": {
    },
  • "suggestions": {
    }
}