GET /wpcom/v2/agency/$agency_id/sites/pending
Get a list of sites available for provision.
Resource Information
| Method | GET |
|---|---|
| URL | https://public-api.wordpress.com/wpcom/v2/agency/$agency_id/sites/pending |
| Requires authentication? | Yes |
Method Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| agency_id | integer | Yes | The agency ID. |
Response Example
[
{
"id": 1,
"title": "",
"url": "",
"features": {
"wpcom_atomic": {
"blog_id": 0,
"state": "pending",
"license_key": "license_key",
"provision_job_id": 0
}
}
}
]
Resource Errors
This endpoint does not return any errors.