Get Builders list
Get all Builders list.
Settings:
URL | |
Method | JSON via GET |
Header | Authorization: Bearer {{access_token}} *The access_token can be received from settings->get access token API. |
Body: nothing, leave it empty.
Response:
{
"status": "OK",
"reason": 1,
"totalBuilders": 2,
"list": [
{
"create_time": 1735811185,
"client": "My Client A",
"builderID": "1",
"url": "https://builder4.99digital.co.il/"
},
{
"create_time": 1735811185,
"client": "My Client B",
"builderID": "2",
"url": "https://builder4.99digital.co.il/"
}
]
}
Response-Explain:
Parameter | Description | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
status | OK or FAIL "OK" means the request has been sent to Meta. "Fail" means error. | ||||||||||||
totalBuilders | The total number of builders account you manage | ||||||||||||
list | array of the following table []:
| ||||||||||||
reason | 'reason' is the status explanation in case of FAIL
|