BETA

This service gives you the customer information based on the email.

Resource information
AuthenticationRequired
HTTP MethodGET
ResponseJSON
Version1
ScopeCUSTOMER

Resource URL

https://mapaprop.app/api/action/customer-v1/{email}

Parameters

KeyTypeRequiredDescription
emailstringyesA valid email address

Sample code

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

Response

A customer object with the customer details.

ObjectFieldTypeRequiredDescription
ResponsenameintegeryesThe total of properties ready to be queried by further calls
agencyIdstringyesThe agency ID of the customer
addressstringyesThe address of the customer

Sample code

{
    "agencyId": "ECID00332CIA",
    "name": "Savio Realty",
    "address": "4555 West Friendly Avenue"
}