get https://sandbox.onebrick.io/v2/data/address/home
This API helps to provide home addresses using the phone numbers and is available for Telkomsel number
Request Parameters
Key Parameters | Data Type | Description |
---|---|---|
public_access_token | String | Unique Identifier token for clients, Also called as public_access_token |
request_id | String | Unique ID for each request |
phone_number | String | The active phone number of the user (that starts with 62, e.g. 6281122334455) *notes: please use 6285334207735 for testing in sandbox |
home_address | String | The declared home address of the user (as detail as possible, e.g. jln.Merpati No.2, RT.000/RW.000, Medan Petisah, Amplas, Medan, 20123 |
Response Parameters
Key Parameters | Data Type | Description |
---|---|---|
job_id | String | Unique Id for request, It will help to map callback response |
You can check the async(callback) response here.