GET
/
{apiVersion}
/
{apiProvince}
/
multiple_profiles
curl --request GET \
  --url https://api.getbuildify.com/{apiVersion}/{apiProvince}/multiple_profiles \
  --header 'x-api-key: <api-key>'
"{\n  \"results\": [\n    {\n      \"address\": \"317 Adelaide St W, Toronto, Ontario, M5V 1P9, Canada\",\n      \"listings\": [\n        \"Listings/Q2TAED\"\n      ],\n      \"logo\": \"https://storage.googleapis.com/precon-app.appspot.com/3d16b6f7-c5ce-428e-87bd-651cc09d6ecd.png\",\n      \"name\": \"Niche Development\",\n      \"website\": \"nichedevelopment.ca\",\n      \"path\": \"Builders/06K1RDAiqm543AVo72BE\",\n      \"sample\": \"saath.bas@gmail.com\",\n      \"objectID\": \"06K1RDAiqm543AVo72BE\"\n    },\n    {\n      \"address\": \"602 King St W Suite 102, Toronto, ON M5V 1M6\",\n      \"listings\": [\n        \"Listings/IP1NDL\"\n      ],\n      \"logo\": \"https://storage.googleapis.com/precon-app.appspot.com/4077aa42-671c-4b3e-90c6-eb2cf2cebb4f.png\",\n      \"name\": \"MarketVision Real Estate Corporation\",\n      \"website\": \"marketvisionrealty.com\",\n      \"path\": \"Marketers/1NuWRj06ZHFddQVzZfVt\",\n      \"objectID\": \"1NuWRj06ZHFddQVzZfVt\"\n    }\n  ]\n}"

Authorizations

x-api-key
string
header
required

Path Parameters

apiVersion
enum<string>
required
Available options:
v1-sandbox,
v1-lite,
v1
apiProvince
enum<string>
default:
on
required
Available options:
on,
bc,
ab,
mb,
nb,
nl,
ns,
pe,
qc,
sk

Query Parameters

paths
string
required

Paths of profiles. See more info.

referrences
string

Fields to attach referrences. For example: builders, marketers, etc. It should be comma separated. See more info.

Response

200
application/json
200
results
object[]