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 |
Resource URL
<https://mapaprop.app/api/action/customer-v1/{email}>
Parameters
Key |
Type |
Required |
Description |
email |
string |
yes |
A valid email address |
Sample code
GET /api/action/customer-v1/[email protected] HTTP/1.1
Host: mapaprop.app
Content-Type: application/x-www-form-urlencoded
Content-Length: 0
Authorization: Bearer ya29.1.AADtN_UxybTdjLw9jX6lg_SXIgc3wTtek4q2WvfETzSrz7Q6loEYoJEWd1x4qvlpGw
Response
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 |
Sample code
{
"agencyId": "ECID00332CIA",
"name": "Savio Realty",
"address": "4555 West Friendly Avenue"
}