List all activations that result from a bulk activation request. Once the overall bulkActivationStatus is COMPLETE, check each activation's activationStatus to confirm it's ACTIVATED. See Bulk Search and Update for overall guidance on this feature.
"fatalError": "property id is bad or not accessible",
14
"network": "PRODUCTION",
15
"note": "created by xyz",
16
"notifyEmails": [
17
"you@example.com",
18
"them@example.com"
19
],
20
"propertyId": "prp_3",
21
"propertyVersion": 11,
22
"taskStatus": "SUBMISSION_ERROR",
23
"useFastFallback": false
24
},
25
{
Updated over 1 year ago
Did this page help you?
Yes
No
Headers
Response
X-RateLimit-Limit
Maximum sustainable number of request allowed each minute per account. This rate limit protects PAPI resources from being exhausted by single users. Once you exceed the limit, you receive the [429](ref:429) error. If you call PAPI using multiple API clients within the same account, the rate limit applies globally to all API clients.
This API also provides a burst limit that specifies how many requests you can make in excess of the imposed rate limit. The one-time burst limit is 1000 requests. Once you consume all available resources, the burst capacity increases steadily by 100 requests every minute, until it reaches its initial maximum limit of 1000.
X-RateLimit-Remaining
Remianing number of requests allowed each minute per account. See [Rate and resource limiting](ref:rate-and-resource-limiting) for details.