Bucket List
These bucket keys may be used to make requests through BlazeMeter API Monitoring to capture API data on behalf of the authorized account. Authenticated buckets are only returned if you are authorized with the bucket:auth_token scope.
Bucket List
curl 'https://api.runscope.com/buckets' \
-H 'Authorization: Bearer <access_token>'
Response200 OK
{
"data": [
{
"auth_token": null,
"default": false,
"key": "z20co0kgljjk",
"name": "Lucky Notebook",
"team": {
"name": "Personal Team",
"uuid": "7a7a0917-91d7-43ef-b8f4-fe31762167e0"
},
"verify_ssl": true
},
{
"auth_token": null,
"default": false,
"key": "ov2f2tqifoov",
"auth_token": "7n7n0917-91q7-43rs-o8s4-sr31762167r0",
"name": "Mobile Apps",
"team": {
"name": "Mobile Team",
"uuid": "7a7a0917-91d7-43ef-b8f4-fe31762167e0"
},
"verify_ssl": true
},
],
"meta": {
"status": "success"
}
}