BETA
This service gives you the customer information based on the email.
| Resource information | |
|---|
| Authentication | Required |
| HTTP Method | GET |
| Response | JSON |
| Version | 1 |
| Scope | CUSTOMER |
https://mapaprop.app/api/action/customer-v1/{email}
| Key | Type | Required | Description |
|---|
| email | string | yes | A valid email address |
GET /api/action/customer-v1/some@email.com HTTP/1.1
Host: mapaprop.app
Content-Type: application/x-www-form-urlencoded
Content-Length: 0
Authorization: Bearer ya29.1.AADtN_UxybTdjLw9jX6lg_SXIgc3wTtek4q2WvfETzSrz7Q6loEYoJEWd1x4qvlpGw
A customer object with the customer details.
| Object | Field | Type | Required | Description |
|---|
| Response | name | integer | yes | The total of properties ready to be queried by further calls |
| agencyId | string | yes | The agency ID of the customer |
| address | string | yes | The address of the customer |
{
"agencyId": "ECID00332CIA",
"name": "Savio Realty",
"address": "4555 West Friendly Avenue"
}